Uses of Interface
org.apache.commons.chain.web.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
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.