X
- Type of inputY
- Type of inputZ
- Type of outputpublic final class BiFuncOf<X,Y,Z> extends Object implements BiFunc<X,Y,Z>
BiFunc
.
There is no thread-safety guarantee.
BiFunc.NoNulls<X,Y,Z>
public BiFuncOf(Z result)
result
- The resultpublic BiFuncOf(Proc<X> proc, Z result)
proc
- The procresult
- Result to returnpublic BiFuncOf(BiProc<X,Y> proc, Z result)
proc
- The procresult
- Result to returnpublic BiFuncOf(Runnable runnable)
runnable
- The runnableCopyright © 2017 Cactoos. All rights reserved.