jar

io.github.serg-maximchuk : function-utils

Maven & Gradle

Apr 02, 2020
3 stars

Function utils · Dependency-free utility library born to reduce the code size and increase it's readability when dealing with lambdas, and some more! It will help you to write java code in more functional style.

Table Of Contents

Latest Version

Download io.github.serg-maximchuk : function-utils JAR file - Latest Versions:

All Versions

Download io.github.serg-maximchuk : function-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window function-utils-1.1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

utils.functions

├─ utils.functions.AlwaysFalsePredicate.class - [JAR]

├─ utils.functions.AlwaysTruePredicate.class - [JAR]

├─ utils.functions.BatchOperation.class - [JAR]

├─ utils.functions.CollectOperation.class - [JAR]

├─ utils.functions.Functions.class - [JAR]

├─ utils.functions.SneakyThrow.class - [JAR]

├─ utils.functions.Streams.class - [JAR]

├─ utils.functions.ThrowingBiConsumer.class - [JAR]

├─ utils.functions.ThrowingBiFunction.class - [JAR]

├─ utils.functions.ThrowingBiPredicate.class - [JAR]

├─ utils.functions.ThrowingBinaryOperator.class - [JAR]

├─ utils.functions.ThrowingBooleanSupplier.class - [JAR]

├─ utils.functions.ThrowingConsumer.class - [JAR]

├─ utils.functions.ThrowingDoubleBinaryOperator.class - [JAR]

├─ utils.functions.ThrowingDoubleConsumer.class - [JAR]

├─ utils.functions.ThrowingDoubleFunction.class - [JAR]

├─ utils.functions.ThrowingDoublePredicate.class - [JAR]

├─ utils.functions.ThrowingDoubleSupplier.class - [JAR]

├─ utils.functions.ThrowingDoubleToIntFunction.class - [JAR]

├─ utils.functions.ThrowingDoubleToLongFunction.class - [JAR]

├─ utils.functions.ThrowingDoubleUnaryOperator.class - [JAR]

├─ utils.functions.ThrowingFunction.class - [JAR]

├─ utils.functions.ThrowingIntBinaryOperator.class - [JAR]

├─ utils.functions.ThrowingIntConsumer.class - [JAR]

├─ utils.functions.ThrowingIntFunction.class - [JAR]

├─ utils.functions.ThrowingIntPredicate.class - [JAR]

├─ utils.functions.ThrowingIntSupplier.class - [JAR]

├─ utils.functions.ThrowingIntToDoubleFunction.class - [JAR]

├─ utils.functions.ThrowingIntToLongFunction.class - [JAR]

├─ utils.functions.ThrowingIntUnaryOperator.class - [JAR]

├─ utils.functions.ThrowingLongBinaryOperator.class - [JAR]

├─ utils.functions.ThrowingLongConsumer.class - [JAR]

├─ utils.functions.ThrowingLongFunction.class - [JAR]

├─ utils.functions.ThrowingLongPredicate.class - [JAR]

├─ utils.functions.ThrowingLongSupplier.class - [JAR]

├─ utils.functions.ThrowingLongToDoubleFunction.class - [JAR]

├─ utils.functions.ThrowingLongToIntFunction.class - [JAR]

├─ utils.functions.ThrowingLongUnaryOperator.class - [JAR]

├─ utils.functions.ThrowingObjDoubleConsumer.class - [JAR]

├─ utils.functions.ThrowingObjIntConsumer.class - [JAR]

├─ utils.functions.ThrowingObjLongConsumer.class - [JAR]

├─ utils.functions.ThrowingPredicate.class - [JAR]

├─ utils.functions.ThrowingRunnable.class - [JAR]

├─ utils.functions.ThrowingSupplier.class - [JAR]

├─ utils.functions.ThrowingToDoubleBiFunction.class - [JAR]

├─ utils.functions.ThrowingToDoubleFunction.class - [JAR]

├─ utils.functions.ThrowingToIntBiFunction.class - [JAR]

├─ utils.functions.ThrowingToIntFunction.class - [JAR]

├─ utils.functions.ThrowingToLongBiFunction.class - [JAR]

├─ utils.functions.ThrowingToLongFunction.class - [JAR]

├─ utils.functions.ThrowingUnaryOperator.class - [JAR]

├─ utils.functions.TryCatch.class - [JAR]

├─ utils.functions.Value.class - [JAR]