aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/function
AgeCommit message (Expand)Author
2022-10-25JavadocGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Use Stream.Gary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-05-28Remove @SuppressWarnings("unchecked")Gary Gregory
2022-05-28Better JavadocGary Gregory
2022-04-03Add @SuppressWarnings("unchecked")Gary Gregory
2022-03-21Add Consumers.Gary Gregory
2022-03-10Javadoc.Gary Gregory
2021-11-17Add MethodInvokers.Gary Gregory
2021-08-27Add IntToCharFunction.Gary Gregory
2021-08-26LANG-1670 Fix typo in JavaDoc (#795)Igor Shuvalov
2021-08-23Add BooleanConsumer.Gary Gregory
2021-04-18Checkstyle.Gary Gregory
2021-04-18Add and use Suppliers.Gary Gregory
2021-03-24Add TriConsumer; provenance Apache Log4j 2.7, and enhanced withGary Gregory
2021-03-05No need to nest in else.Gary Gregory
2021-02-21Move JSR-305/javax.annotation code to the test tree for now instead ofGary Gregory
2021-02-21Use 3.12.0 as the next version label.Gary Gregory
2021-02-11Use final.Gary Gregory
2021-02-07Remove trailing whitespace.Gary Gregory
2021-02-07Better local variable name.Gary Gregory
2021-02-07Eat own dog food.Gary Gregory
2021-02-07Fix Javadoc link.Gary Gregory
2021-02-07Add missing Javadoc since tag.Gary Gregory
2021-02-07Be consistent declaring throws NullPointerException.Gary Gregory
2021-02-07No need to abbreviate local var name.Gary Gregory
2021-02-07Use the standard "T" generic type.Gary Gregory
2021-02-07No need to nest.Gary Gregory
2021-02-06Introducing @Nonnull, @Nullable, and the Objects class as a helper tool.Jochen Wiedmann
2020-12-24Add FailableShortSupplier, handy for JDBC APIs.Gary Gregory
2020-12-23Simplify Javadocs.Gary Gregory
2020-11-20Use final.Gary Gregory
2020-11-13Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...).Gary Gregory
2020-11-13Close HTML tag.Gary Gregory
2020-10-22Split out tests for a Java 15 bug.Gary Gregory
2020-06-26Javadocs, imports.Gary Gregory
2020-06-25[LANG-1568] Javadoc.Gary Gregory
2020-06-25[LANG-1568] Predicate or.Gary Gregory
2020-06-25[LANG-1568] Predicate add.Gary Gregory
2020-06-25[LANG-1568] Predicate negation and clean ups.Gary Gregory
2020-06-25[LANG-1568] Predicate negation.Gary Gregory
2020-06-25[LANG-1568] Complete FailableFunction.Gary Gregory
2020-06-25[LANG-1568] Javadoc.Gary Gregory
2020-06-25[LANG-1568] FailableDoubleUnaryOperator, FailableIntUnaryOperator,Gary Gregory
2020-06-25Checktyle.Gary Gregory
2020-06-24[LANG-1568] More checked andThen() implementations to mirror the JREGary Gregory
2020-06-24[LANG-1568]Gary Gregory
2020-06-24[LANG-1568]Gary Gregory