Uses of Interface
org.apache.commons.chain.web.CheckedConsumer
-
Uses of CheckedConsumer in org.apache.commons.chain.web
Methods in org.apache.commons.chain.web that return CheckedConsumerModifier 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.Methods in org.apache.commons.chain.web with parameters of type CheckedConsumerModifier 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.