public final class GuavaCollectors
extends java.lang.Object
| Constructor and Description |
|---|
GuavaCollectors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.stream.Collector<T,<any>,<any>> |
immutableList()
Collect a stream of elements into an
ImmutableList. |
static <T> java.util.stream.Collector<T,<any>,<any>> |
immutableSet()
Collect a stream of elements into an
ImmutableSet. |
Copyright © 2018 SAP SE. All Rights Reserved.