@FunctionalInterface public interface DoubleUnaryOperator
Modifier and Type | Method and Description |
---|---|
default DoubleUnaryOperator |
andThen(DoubleUnaryOperator after) |
double |
applyAsDouble(double operand) |
default DoubleUnaryOperator |
compose(DoubleUnaryOperator before) |
static DoubleUnaryOperator |
identity() |
static DoubleUnaryOperator identity()
double applyAsDouble(double operand)
default DoubleUnaryOperator andThen(DoubleUnaryOperator after)
default DoubleUnaryOperator compose(DoubleUnaryOperator before)
Copyright © 2018. All rights reserved.