Package com.strobel.functions
Interface Consumer<T>
-
- All Known Implementing Classes:
StrongBox
public interface Consumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T input)
-
-
-
Method Detail
-
accept
void accept(T input)
-
-