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 composedCheckedConsumerthat performs, in sequence, this operation followed by theafteroperation.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 composedCheckedConsumerthat performs, in sequence, this operation followed by theafteroperation.