aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/Functions.java
AgeCommit message (Expand)Author
2022-10-08Make a non-access modifier local variables. (#966)Arturo Bernal
2022-10-05Use Java 8 APIsGary Gregory
2022-08-26CPD: Re-implement deprecated code to use new codeGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2021-03-05No need to nest in else.Gary Gregory
2020-12-23Simplify Javadocs.Gary Gregory
2020-06-24Whitespace.Gary Gregory
2020-06-24Fix boxing/unboxing.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-06-24Remove methods that will be new in 3.11 but which are now in theGary Gregory
2020-06-17Centralize stream code in our own 'stream' package asGary Gregory
2020-06-17Javadoc.Gary Gregory
2020-06-17Centralize failable functional interfaces in our 'function' package asGary Gregory
2020-06-17Create the new package org.apache.commons.function to parallel the JRE'sGary Gregory
2020-06-17[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-12Remove trailing white space.Gary Gregory
2020-06-12[LANG-1568] Add more failable Consumers to match JRE stock Consumers.Gary Gregory
2020-06-12Sort members.Gary Gregory
2020-06-12[LANG-1568] FailableBooleanSupplier, FailableIntSupplier,Gary Gregory
2020-06-12Add missing Javadoc.Gary Gregory
2020-06-11Simplify lambads.Gary Gregory
2020-06-11Add missing @since 3.9 and 3.10 Javadoc tags.Gary Gregory
2020-06-10Javadoc.Gary Gregory
2020-02-19try to cleanup merging (#493)Peter Verhas
2020-02-17Don't prefix parameter names with 'p'.Gary Gregory
2020-02-17JavaDoc was modified adding {@code around pre formatted text so there is no n...Peter Verhas
2020-02-14Remove redundant type arguments and end-of-line whitespace.Gary Gregory
2020-02-14Use final.Gary Gregory
2020-01-26- Added the Streams class.Jochen Wiedmann
2019-12-25Use Objects.requireNonNull() instead of custom check. Minor formatting.Gary Gregory
2019-12-21Functions Javadoc (#466)Peter Verhas
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-10-12Code refactor to simplify Functions and new tests (#463)Peter Verhas
2019-09-05Merge conditionals - no need for separate if blockSebb
2019-09-05Remove trailing white spaces on all lines.Gary Gregory
2019-09-05Javadoc nits.Gary Gregory
2019-08-25Fix checkstyle violations (tabs, missing spaces after commas, missing javadocs)Bruno P. Kinoshita
2019-08-22PR: LANG-1447Jochen Wiedmann
2019-02-08Fix javadoc errors in Functions.javaAllon Mureinik
2019-02-08Functions.java whitspacesAllon Mureinik
2019-02-08Add spaces after commas in Functions.javaAllon Mureinik
2019-02-08Remove unused generic argument from Functions#tryWithResourcesAllon Mureinik
2019-02-08Fix Javadoc issues in FunctionsAllon Mureinik
2019-02-08Functions' interfaces modifiersAllon Mureinik
2019-01-29Added Functions.tryWithResources.Jochen Wiedmann (jwi)
2019-01-23Adding the Functions class as a helper for dealing with Java 8 Lambdas.Jochen Wiedmann (jwi)