public class Collectors3
extends java.lang.Object
| Constructor and Description |
|---|
Collectors3() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.stream.Collector<T,?,java.util.List<T>> |
toImmutableList() |
static <T> java.util.stream.Collector<T,?,java.util.Set<T>> |
toImmutableSet() |
Copyright © 2009-2022 The Apache Software Foundation