Package ru.progrm_jarvis.javacommons.util.function
package ru.progrm_jarvis.javacommons.util.function
Common functional interfaces extending behaviour of
java.util.function.-
ClassDescriptionRepresents an operation on a single
booleanoperand that produces abooleanresult.Represents an operation that accepts a singlebooleanargument and returns no result.Represents a function that accepts abooleanargument and produces result of specified type.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singlebooleanoperand that produces aboolean} result.Represents an operation on a singlebyteoperand that produces abyteresult.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singlecharoperand that produces acharresult.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singledoubleoperand that produces adoubleresult.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singlefloatoperand that produces afloatresult.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singleintoperand that produces aintresult.Represents a predicate (boolean-valued function) of one argument.Represents an operation on a singlelongoperand that produces alongresult.Represents a predicate (boolean-valued function) of one argument.Common implementations ofPredicate.Utilities related torunnables.Represents an operation on a singleshortoperand that produces ashortresult.Represents a predicate (boolean-valued function) of one argument.ThrowingBiFunction<T,U, R, X extends Throwable> An extension ofBiFunctionallowing throwing calls in its body.ThrowingConsumer<T,X extends Throwable> An extension ofConsumerallowing throwing calls in its body.ThrowingFunction<T,R, X extends Throwable> An extension ofFunctionallowing throwing calls in its body.ThrowingRunnable<X extends Throwable>An extension ofRunnableallowing throwing calls in its body.ThrowingSupplier<T,X extends Throwable> An extension ofSupplierallowing throwing calls in its body.