Uses of Interface
pro.horde.os.cutils.function.ThrowingFunction
-
Packages that use ThrowingFunction Package Description pro.horde.os.cutils.function -
-
Uses of ThrowingFunction in pro.horde.os.cutils.function
Subinterfaces of ThrowingFunction in pro.horde.os.cutils.function Modifier and Type Interface Description interfaceThrowingUnaryOperation<T>Represents an operation on a single operand that produces a result of the same type as its operand.Methods in pro.horde.os.cutils.function with parameters of type ThrowingFunction Modifier and Type Method Description static <T,R>
Function<T,R>ThrowingFunction. unchecked(ThrowingFunction<T,R> function)Uncheck method which will take operation that will throw Exception.
-