| Package | Description |
|---|---|
| java.util | |
| java.util.function | |
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
default V |
Map.computeIfAbsent(K key,
Function<? super K,? extends V> mappingFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnaryOperator<T> |
| Modifier and Type | Method and Description |
|---|---|
Function<A,R> |
Collector.finisher() |
| Modifier and Type | Method and Description |
|---|---|
<R> Stream<R> |
Stream.map(Function<? super T,? extends R> mapper) |
Copyright © 2026. All rights reserved.