Uses of Interface
org.klojang.check.fallible.FallibleFunction
Packages that use FallibleFunction
-
Uses of FallibleFunction in org.klojang.check
Methods in org.klojang.check with parameters of type FallibleFunctionModifier and TypeMethodDescription<R, X2 extends Throwable>
RObjectCheck.ok
(FallibleFunction<T, R, X2> transformer) Passes the validated value to the specified function and returns the value it computes.