public interface DoubleFunction<R> extends Throwables.DoubleFunction<R,RuntimeException>, DoubleFunction<R>
| Modifier and Type | Field and Description |
|---|---|
static DoubleFunction<Double> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> DoubleFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(double value) |
static DoubleFunction<Double> |
identity() |
static final DoubleFunction<Double> BOX
R apply(double value)
apply in interface DoubleFunction<R>apply in interface Throwables.DoubleFunction<R,RuntimeException>default <V> DoubleFunction<V> andThen(Function<? super R,? extends V> after)
static DoubleFunction<Double> identity()
Copyright © 2021. All rights reserved.