public static final class BinaryFunction.FixedFirst<N extends Number> extends Object implements UnaryFunction<N>
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 |
---|---|
double |
doubleValue() |
BinaryFunction<N> |
getFunction() |
N |
getNumber() |
double |
invoke(double arg2) |
N |
invoke(N arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, apply, applyAsDouble, compose
identity
andThen, compose, identity
public double doubleValue()
public BinaryFunction<N> getFunction()
public N getNumber()
public double invoke(double arg2)
invoke
in interface UnaryFunction<N extends Number>
Copyright © 2019 Optimatika. All rights reserved.