kactoos-jvm / nnl.rocks.kactoos.func / RunnableOf / <init>
RunnableOf(proc:
Callable
<
X
>, input:
X
)
proc
- Encapsulated proc
Since 0.11
RunnableOf(proc:
Proc
<
X
>, input:
X
)
proc
- Encapsulated procRunnableOf(func:
Func
<
X
,
X
>, input:
X
)
Func as Runnable.
There is no thread-safety guarantee.
X
- Type of input
Since 0.12