Interface PrimitiveFunction.Binary

All Superinterfaces:
BasicFunction, BiFunction<Double,Double,Double>, BinaryFunction<Double>, BinaryOperator<Double>, DoubleBinaryOperator
All Known Implementing Classes:
ArtificialNeuralNetwork.Error
Enclosing class:
PrimitiveFunction
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 PrimitiveFunction.Binary extends BinaryFunction<Double>