Consumers<T> extension

Contains functions for composing Consumers.

on

Methods

then(Consumer<T> next) Consumer<T>
Returns a composed Consumer that calls this Consumer followed by next.