Uses of Package
io.microsphere.lang.function
-
Packages that use io.microsphere.lang.function Package Description io.microsphere.invoke io.microsphere.lang.function io.microsphere.reflect -
Classes in io.microsphere.lang.function used by io.microsphere.invoke Class Description ThrowableBiFunction Represents a function that accepts two arguments and produces a result, which may throw aThrowable
. -
Classes in io.microsphere.lang.function used by io.microsphere.lang.function Class Description ThrowableAction A functional interface for actions that may throw aThrowable
.ThrowableBiConsumer Represents an operation that accepts two input arguments and returns no result, potentially throwing aThrowable
.ThrowableBiFunction Represents a function that accepts two arguments and produces a result, which may throw aThrowable
.ThrowableBiFunction.ExceptionHandler The handler interface forexception
ThrowableConsumer Represents an operation that accepts a single input argument and returns no result, which may throw aThrowable
.ThrowableFunction Represents a function that accepts one argument and produces a result, which may throw a checked exception.ThrowableSupplier A functional interface similar toSupplier
, but allows theget()
method to throw aThrowable
. -
Classes in io.microsphere.lang.function used by io.microsphere.reflect Class Description ThrowableConsumer Represents an operation that accepts a single input argument and returns no result, which may throw aThrowable
.ThrowableFunction Represents a function that accepts one argument and produces a result, which may throw a checked exception.ThrowableSupplier A functional interface similar toSupplier
, but allows theget()
method to throw aThrowable
.