Home
last modified time | relevance | path

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

/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestInfo.java114 .collect(toImmutableList()), in withUpdatedParameterNames() method in TestInfo
250 .collect(toImmutableList()); in maybeAddTypesIfDuplicate() method
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DStringWrapperIntegrationTest.java378 .collect(toImmutableList()); in parameters() method in StringWrapperIntegrationTest
/external/auto/common/src/main/java/com/google/auto/common/
DMoreStreams.java41 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in MoreStreams
/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.java72 static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in CollectCollectors
DImmutableList.java75 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList
/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DUtil.kt30 internal fun <T> Collection<T>.toImmutableList(): List<T> = in append() method
/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