Class Functions.DoubleFunctionChain<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.DoubleFunctionChain<T1,T2>
- All Implemented Interfaces:
Serializable
,ToDoubleFunction<T1>
,DoubleFunction<T1>
- Enclosing class:
Functions
public static final class Functions.DoubleFunctionChain<T1,T2>
extends Object
implements DoubleFunction<T1>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DoubleFunction
<? super T2> private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DoubleFunctionChain
(Function<T1, T2> function1, DoubleFunction<? super T2> function2) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.DoubleFunction
applyAsDouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function1
-
function2
-
-
Constructor Details
-
DoubleFunctionChain
-
-
Method Details
-
doubleValueOf
- Specified by:
doubleValueOf
in interfaceDoubleFunction<T1>
-