public final class InspectionBiFunc<X,Y,Z>
extends java.lang.Object
implements org.cactoos.BiFunc<X,Y,Z>
| Constructor and Description |
|---|
InspectionBiFunc(org.cactoos.BiFunc<X,Y,Z> fnc) |
| Modifier and Type | Method and Description |
|---|---|
Z |
apply(X first,
Y second) |