Uses of Interface
org.apache.commons.chain.web.CheckedConsumer
Packages that use CheckedConsumer
Package
Description
Basis for specialized 
Context implementations suitable for use
 in web applications, and generic Command implementations useful
 across web application environments.- 
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.