Uses of Interface
org.apache.commons.chain.web.CheckedConsumer
-
Uses of CheckedConsumer in org.apache.commons.chain.web
Modifier and TypeMethodDescriptiondefault CheckedConsumer
<T, E> CheckedConsumer.andThen
(CheckedConsumer<? super T, E> after) Returns a composedCheckedConsumer
that performs, in sequence, this operation followed by theafter
operation.Modifier and TypeMethodDescriptiondefault CheckedConsumer
<T, E> CheckedConsumer.andThen
(CheckedConsumer<? super T, E> after) Returns a composedCheckedConsumer
that performs, in sequence, this operation followed by theafter
operation.