Serializable
, ToDoubleFunction<T>
DoubleFunctionImpl
, Functions.DoubleFunctionChain
@FunctionalInterface public interface DoubleFunction<T> extends ToDoubleFunction<T>, Serializable
Modifier and Type | Method | Description |
---|---|---|
default double |
applyAsDouble(T value) |
|
double |
doubleValueOf(T anObject) |
double doubleValueOf(T anObject)
default double applyAsDouble(T value)
applyAsDouble
in interface ToDoubleFunction<T>
Copyright © 2004–2017. All rights reserved.