Uses of Interface
org.klojang.check.fallible.FallibleConsumer
Packages that use FallibleConsumer
Package
Description
The central package of this Java module.
A small collection of classes and interfaces that do not themselves take part in the validation framework,
but are treated as first-class citizens by it.
-
Uses of FallibleConsumer in org.klojang.check
Methods in org.klojang.check with parameters of type FallibleConsumerModifier and TypeMethodDescription<X2 extends Throwable>
voidObjectCheck.then
(FallibleConsumer<T, X2> consumer) Passes the validated value to a consumer for further processing. -
Uses of FallibleConsumer in org.klojang.check.extra
Methods in org.klojang.check.extra with parameters of type FallibleConsumerModifier and TypeMethodDescription<X extends Throwable>
voidResult.ifAvailable
(FallibleConsumer<T, X> consumer) If available, passes the result to the specified consumer; else does nothing.