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