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