Interface Consumer<T>

All Superinterfaces:
Consumer<T>, Throwables.Consumer<T,RuntimeException>
All Known Implementing Classes:
BigDecimalSummaryStatistics, BigIntegerSummaryStatistics

public interface Consumer<T> extends Throwables.Consumer<T,RuntimeException>, Consumer<T>
Author:
Haiyang Li