Class BinaryFunction.FixedSecond<N extends Comparable<N>>

java.lang.Object
org.ojalgo.function.BinaryFunction.FixedSecond<N>
All Implemented Interfaces:
DoubleUnaryOperator, Function<N,N>, UnaryOperator<N>, BasicFunction, UnaryFunction<N>, NumberDefinition
Enclosing interface:
BinaryFunction<N extends Comparable<N>>

public static final class BinaryFunction.FixedSecond<N extends Comparable<N>> extends Object implements UnaryFunction<N>, NumberDefinition
A BinaryFunction with a set/fixed second argument.