Javolution 6.0.0 java
|
Public Member Functions | |
void | accept (T param) |
A special type of function which does not return anything.
Note: In future version this interface may derive from
.
<T> | The type of input parameter to accept. |
Definition at line 22 of file Consumer.java.
void javolution.util.function.Consumer< T >.accept | ( | T | param | ) |
Accepts an input value.
Referenced by javolution.util.FastCollection< E >.forEach(), javolution.util.internal.map.MapView< K, V >.EntrySet.perform(), and javolution.util.internal.map.MapView< K, V >.EntrySet.update().