T - The type of the returned elementspublic final class DoubleFunctionAdapter<T> extends Object implements DoubleFunction<T>
| Constructor and Description |
|---|
DoubleFunctionAdapter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
T |
apply(double value) |
void |
setDelegate(DoubleFunction<? extends T> delegate)
Set the delegate
|
public void setDelegate(DoubleFunction<? extends T> delegate)
delegate - The delegatepublic T apply(double value)
apply in interface DoubleFunction<T>Copyright © 2020. All rights reserved.