aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/function/FailableDoubleConsumer.java
AgeCommit message (Expand)Author
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
2020-06-25[LANG-1568] Predicate negation and clean ups.Gary Gregory
2020-06-25Checktyle.Gary Gregory
2020-06-24[LANG-1568] More checked andThen() implementations to mirror the JREGary Gregory
2020-06-24Use the same generic parameter names as the JRE.Gary Gregory
2020-06-17Fix checkstyle: End files in a new line.Gary Gregory
2020-06-17Create the new package org.apache.commons.function to parallel the JRE'sGary Gregory