Searched defs:toImmutableList (Results 1 – 5 of 5) sorted by relevance
378 .collect(toImmutableList()); in parameters() method in StringWrapperIntegrationTest
45 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in DaggerStreams
50 static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in CollectCollectors
70 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList
47 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList