| Modifier and type | Property and description |
|---|---|
| java.util.function.Consumer<T> | wrappedConsumer
Replies the wrapped task. |
| Modifier and type | Action and description |
|---|---|
| final void | accept(T) |
| boolean | equals(Object) |
| java.util.function.Consumer<T> | getWrappedConsumer
Replies the wrapped task. |
| int | hashCode |
| protected void | internalAccept(T)
Run the task. |
| java.lang.String | toString |
val wrappedConsumer : java.util.function.Consumer<T>
This property is an alias for the action: getWrappedConsumer
new(Logger)
protected new(Consumer<T>,Logger)
def accept(T)
def equals(Object) : boolean
def getWrappedConsumer : java.util.function.Consumer<T>
def hashCode : int
protected def internalAccept(T)
def toString : java.lang.String