Uses of Interface
pro.horde.os.cutils.function.ThrowingUnaryOperation
-
Packages that use ThrowingUnaryOperation Package Description pro.horde.os.cutils.function -
-
Uses of ThrowingUnaryOperation in pro.horde.os.cutils.function
Methods in pro.horde.os.cutils.function with parameters of type ThrowingUnaryOperation Modifier and Type Method Description static <T> UnaryOperator<T>ThrowingUnaryOperation. unchecked(ThrowingUnaryOperation<T> operator)Uncheck method which will take operation that will throw Exception.
-