X
Y
Z
public final class SyncBiFunc<X,Y,Z> extends Object implements BiFunc<X,Y,Z>
Objects of this class are thread safe.
BiFunc.NoNulls<X,Y,Z>
SyncBiFunc(BiFunc<X,Y,Z> fnc)
SyncBiFunc(BiFunc<X,Y,Z> fnc, Object lck)
apply(X first, Y second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SyncBiFunc(BiFunc<X,Y,Z> fnc)
fnc
public SyncBiFunc(BiFunc<X,Y,Z> fnc, Object lck)
lck
public Z apply(X first, Y second) throws Exception
BiFunc
apply
BiFunc<X,Y,Z>
first
second
Exception
Copyright © 2017 Cactoos. All rights reserved.