@FunctionalInterface public interface DoubleToObjectFunction<V> extends DoubleFunction<V>, Serializable
Modifier and Type | Method and Description |
---|---|
default V |
apply(double parameter) |
V |
valueOf(double doubleParameter) |
V valueOf(double doubleParameter)
default V apply(double parameter)
apply
in interface DoubleFunction<V>
Copyright © 2004–2016. All rights reserved.