X
public final class UncheckedProc<X> extends Object implements Proc<X>
Exception
There is no thread-safety guarantee.
Proc.NoNulls<X>
UncheckedProc(Proc<X> prc)
void
exec(X input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UncheckedProc(Proc<X> prc)
prc
public void exec(X input)
Proc
exec
Proc<X>
input
Copyright © 2017–2018 Cactoos. All rights reserved.