Home
last modified time | relevance | path

Searched defs:toImmutableList (Results 1 – 5 of 5) sorted by relevance

/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DStringWrapperIntegrationTest.java378 .collect(toImmutableList()); in parameters() method in StringWrapperIntegrationTest
/external/dagger2/java/dagger/internal/codegen/extension/
DDaggerStreams.java45 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in DaggerStreams
/external/guava/guava/src/com/google/common/collect/
DCollectCollectors.java50 static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in CollectCollectors
DImmutableList.java70 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java47 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList