- All Implemented Interfaces:
Consumer<T>
, Supplier<T>
- Since:
- 3.16
- Author:
- Eike Stepper
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
-
accept
public void accept(T element)
- Specified by:
accept
in interface Consumer<T>