| Modifier and type | Property and description |
|---|---|
| java.util.concurrent.Callable<V> | wrappedCallable
Replies the wrapped task. |
| Modifier and type | Action and description |
|---|---|
| final T | call |
| boolean | equals(Object) |
| java.util.concurrent.Callable<V> | getWrappedCallable
Replies the wrapped task. |
| int | hashCode |
| protected T | internalCall
Run the task. |
| java.lang.String | toString |
val wrappedCallable : java.util.concurrent.Callable<V>
This property is an alias for the action: getWrappedCallable
new(Logger)
protected new(Callable<V>,Logger)
def call : T
def equals(Object) : boolean
def getWrappedCallable : java.util.concurrent.Callable<V>
def hashCode : int
protected def internalCall : T
def toString : java.lang.String