Uses of Interface
io.github.ttno1.configvalidation.CheckedConsumer
Packages that use CheckedConsumer
-
Uses of CheckedConsumer in io.github.ttno1.configvalidation
Methods in io.github.ttno1.configvalidation that return CheckedConsumerModifier and TypeMethodDescriptiondefault CheckedConsumer
<T, E> CheckedConsumer.andThen
(CheckedConsumer<T, E> after) Methods in io.github.ttno1.configvalidation with parameters of type CheckedConsumerModifier and TypeMethodDescriptiondefault CheckedConsumer
<T, E> CheckedConsumer.andThen
(CheckedConsumer<T, E> after) <E extends Throwable>
ConfigValidationResultConfigValidationResult.handleChecked
(CheckedConsumer<ConfigValidationResult, E> consumer) Convenience method that runs the provided checked consumer withthis
as the argument.
Allows for easy handling of this ConfigValidationResult through method chaining.