Interface Consumer<T>
-
- All Known Implementing Classes:
StreamConsumer
public interface Consumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T object)
-
-
-
Method Detail
-
accept
void accept(T object)
-
-