Uses of Interface
org.klojang.check.fallible.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
Modifier 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.aux
Modifier and TypeMethodDescription<X extends Throwable>
voidResult.ifAvailable
(FallibleConsumer<T, X> consumer) If available, passes the result to the specified consumer; else does nothing.