Interface MapZipWithFunction.MapZipWithLambda

All Superinterfaces:
LambdaFunctionInterface
Enclosing class:
MapZipWithFunction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MapZipWithFunction.MapZipWithLambda extends LambdaFunctionInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Object key, Object value1, Object value2)