Searched defs:toImmutableSet (Results 1 – 8 of 8) sorted by relevance
| /external/guava/guava/src/com/google/common/collect/ |
| D | CollectCollectors.java | 79 static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in CollectCollectors 130 ImmutableSet<E> toImmutableSet() { in toImmutableSet() method in CollectCollectors.EnumSetAccumulator
|
| D | ImmutableSortedSetFauxverideShim.java | 53 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSortedSetFauxverideShim
|
| D | ImmutableSet.java | 68 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|
| /external/auto/common/src/main/java/com/google/auto/common/ |
| D | MoreStreams.java | 46 public static <T> Collector<T, ?, ImmutableSet<T>> toImmutableSet() { in toImmutableSet() method in MoreStreams
|
| /external/dagger2/java/dagger/internal/codegen/extension/ |
| D | DaggerStreams.java | 54 public static <T> Collector<T, ?, ImmutableSet<T>> toImmutableSet() { in toImmutableSet() method in DaggerStreams
|
| /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
| D | ImmutableSet.java | 44 public static <E> Collector<E, ?, ImmutableSet<E>> toImmutableSet() { in toImmutableSet() method in ImmutableSet
|
| /external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/ |
| D | Util.kt | 33 internal fun <T> Collection<T>.toImmutableSet(): Set<T> = in append() method
|
| /external/auto/value/src/main/java/com/google/auto/value/processor/ |
| D | AutoBuilderProcessor.java | 171 .collect(toImmutableSet()); in propertySet() method in AutoBuilderProcessor
|