Consumer
is expected
to operate via side-effects.
This is a functional interface
whose functional method is accept(Object)
.
Modifier and Type | Method and Description |
---|---|
public void | |
public default Consumer |
accept | back to summary |
---|---|
public void accept(T t) Performs this operation on the given argument.
|
andThen | back to summary |
---|---|
public default Consumer Returns a composed
|