@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>, BasicFunction.Integratable<N extends Number,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
Modifier and Type | Method and Description |
---|---|
default Double |
invoke(Double arg1,
Double arg2) |
andThen, apply, applyAsDouble, by, by, first, first, invoke, second, second
maxBy, minBy
andThen
Copyright © 2019 Optimatika. All rights reserved.