X
Y
public final class FuncOf<X,Y> extends Object implements Func<X,Y>
Func
There is no thread-safety guarantee.
Func.NoNulls<X,Y>
FuncOf(Callable<Y> callable)
FuncOf(Proc<X> proc)
FuncOf(Proc<X> proc, Y result)
FuncOf(Runnable runnable)
FuncOf(Y result)
apply(X input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FuncOf(Y result)
result
public FuncOf(Callable<Y> callable)
callable
public FuncOf(Runnable runnable)
runnable
public FuncOf(Proc<X> proc)
proc
public FuncOf(Proc<X> proc, Y result)
public Y apply(X input) throws Exception
apply
Func<X,Y>
input
Exception
Copyright © 2017 Cactoos. All rights reserved.