| Package | Description |
|---|---|
| java.util | |
| java.util.function |
| Modifier and Type | Method and Description |
|---|---|
default void |
List.replaceAll(UnaryOperator<E> operator)
Replaces each element of this list with the result of applying the
operator to that element.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> UnaryOperator<T> |
UnaryOperator.identity()
Returns a unary operator that always returns its input argument.
|
Copyright © 2025 API Design. All Rights Reserved.