X
public final class ProcOf<X> extends ProcEnvelope<X>
There is no thread-safety guarantee.
ProcOf(Func<X,?> fnc)
ProcOf(Proc<X> prc)
exec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProcOf(Func<X,?> fnc)
fnc
public ProcOf(Proc<X> prc)
prc
Copyright © 2017–2021 Cactoos. All rights reserved.