Interface Consumer<I>
-
- All Known Subinterfaces:
ThrowExceptionFunction
- All Known Implementing Classes:
ThrowExceptionFunction.Abst
public interface Consumer<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(I inputOne)
-
-
-
Method Detail
-
accept
void accept(I inputOne)
-
-