Package | Description |
---|---|
java.util.function | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
default DoubleUnaryOperator |
DoubleUnaryOperator.andThen(DoubleUnaryOperator after) |
default DoubleUnaryOperator |
DoubleUnaryOperator.compose(DoubleUnaryOperator before) |
static DoubleUnaryOperator |
DoubleUnaryOperator.identity() |
Modifier and Type | Method and Description |
---|---|
default DoubleUnaryOperator |
DoubleUnaryOperator.andThen(DoubleUnaryOperator after) |
default DoubleUnaryOperator |
DoubleUnaryOperator.compose(DoubleUnaryOperator before) |
Modifier and Type | Method and Description |
---|---|
static DoubleStream |
DoubleStream.iterate(double seed,
DoubleUnaryOperator f) |
DoubleStream |
DoubleStream.map(DoubleUnaryOperator mapper) |
Copyright © 2018. All rights reserved.