| Package | Description |
|---|---|
| java.util | |
| java.util.function | |
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
static void |
Arrays.parallelSetAll(int[] array,
IntUnaryOperator generator) |
static void |
Arrays.setAll(int[] array,
IntUnaryOperator generator) |
| Modifier and Type | Method and Description |
|---|---|
default IntUnaryOperator |
IntUnaryOperator.andThen(IntUnaryOperator after) |
default IntUnaryOperator |
IntUnaryOperator.compose(IntUnaryOperator before) |
static IntUnaryOperator |
IntUnaryOperator.identity() |
| Modifier and Type | Method and Description |
|---|---|
default IntUnaryOperator |
IntUnaryOperator.andThen(IntUnaryOperator after) |
default IntUnaryOperator |
IntUnaryOperator.compose(IntUnaryOperator before) |
| Modifier and Type | Method and Description |
|---|---|
static IntStream |
IntStream.iterate(int seed,
IntUnaryOperator f) |
IntStream |
IntStream.map(IntUnaryOperator mapper) |
Copyright © 2018. All rights reserved.