X
- Type of inputpublic final class RunnableOf<X> extends Object implements Runnable
There is no thread-safety guarantee.
Constructor and Description |
---|
RunnableOf(Callable<X> proc)
Ctor.
|
RunnableOf(Func<X,?> fnc)
Ctor.
|
RunnableOf(Func<X,?> fnc,
X ipt)
Ctor.
|
RunnableOf(Proc<X> proc)
Ctor.
|
Copyright © 2017 Cactoos. All rights reserved.