public final class ImmutableCollectors extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> Collector<Optional<? extends T>,?,com.google.common.collect.ImmutableList<T>> |
flatteningOptionals() |
<T> Collector<T,?,com.google.common.collect.ImmutableList<T>> |
toList() |
Copyright © 2015. All rights reserved.