Interface BinaryFunction<X,Y,Z>
-
public interface BinaryFunction<X,Y,Z>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Z
invoke(X arg, Y arg2)
-
public interface BinaryFunction<X,Y,Z>
Modifier and Type | Method | Description |
---|---|---|
Z |
invoke(X arg,
Y arg2) |