@FunctionalInterface public static interface PrimitiveFunction.Binary extends BinaryFunction<Double>
BinaryFunction.FixedFirst<N extends Number>, BinaryFunction.FixedSecond<N extends Number>
BasicFunction.Differentiable<N extends Number,F extends BasicFunction<N>>, BasicFunction.Integratable<N extends Number,F extends BasicFunction<N>>
Modifier and Type | Method and Description |
---|---|
default Double |
invoke(Double arg1,
Double arg2) |
andThen, apply, applyAsDouble, first, first, invoke, second, second
maxBy, minBy
andThen
Copyright © 2018 Optimatika. All rights reserved.