@FunctionalInterface public interface DoubleFunction<T> extends ToDoubleFunction<T>, Serializable
Modifier and Type | Method and 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–2016. All rights reserved.