Uses of Interface
com.machinezoo.noexception.throwing.ThrowingFunction
-
Packages that use ThrowingFunction Package Description com.machinezoo.noexception Classes implementing all NoException features.com.machinezoo.noexception.throwing Variations of standard functional interfaces that allow throwing checked exceptions. -
-
Uses of ThrowingFunction in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingFunction Modifier and Type Method Description <T,R>
Function<T,R>CheckedExceptionHandler. function(ThrowingFunction<T,R> function)
Removes checked exceptions from method signature ofThrowingFunction
. -
Uses of ThrowingFunction in com.machinezoo.noexception.throwing
Subinterfaces of ThrowingFunction in com.machinezoo.noexception.throwing Modifier and Type Interface Description interface
ThrowingUnaryOperator<T>
Variation ofUnaryOperator
that allows throwing checked exceptions.
-