Interface Consumer<T>

Type Parameters:
T - the accepted type
All Superinterfaces:
Consumer<T>

public interface Consumer<T> extends Consumer<T>
Consumer extension supporting map operations.
Author:
Paul Ferraro