public final class DoubleUnaryOperatorAdapter extends Object implements DoubleUnaryOperator
DoubleUnaryOperator function that delegates
to another DoubleUnaryOperator| Constructor and Description |
|---|
DoubleUnaryOperatorAdapter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double value) |
void |
setDelegate(DoubleUnaryOperator delegate)
Set the delegate
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic DoubleUnaryOperatorAdapter()
public void setDelegate(DoubleUnaryOperator delegate)
delegate - The delegatepublic double applyAsDouble(double value)
applyAsDouble in interface DoubleUnaryOperatorCopyright © 2020. All rights reserved.