程序包 io.microsphere.lang.function
-
接口概要 接口 说明 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>