Package io.microsphere.lang.function
-
Interface Summary Interface Description Predicates The utilities class for JavaPredicate
Streams The utilities class forStream
ThrowableAction A function interface for action withThrowable
ThrowableBiFunction<T,U,R> BiFunction
withThrowable
ThrowableBiFunction.ExceptionHandler<T,U,R> The handler interface forexception
ThrowableConsumer<T> Consumer
withThrowable
ThrowableFunction<T,R> Function
withThrowable
ThrowableSupplier<T>