Searched defs:toImmutableList (Results 1 – 8 of 8) sorted by relevance
| /external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/ |
| D | TestInfo.java | 114 .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/ |
| D | StringWrapperIntegrationTest.java | 378 .collect(toImmutableList()); in parameters() method in StringWrapperIntegrationTest
|
| /external/auto/common/src/main/java/com/google/auto/common/ |
| D | MoreStreams.java | 41 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in MoreStreams
|
| /external/dagger2/java/dagger/internal/codegen/extension/ |
| D | DaggerStreams.java | 45 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in DaggerStreams
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | CollectCollectors.java | 72 static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in CollectCollectors
|
| D | ImmutableList.java | 75 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList
|
| /external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/ |
| D | Util.kt | 30 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/ |
| D | ImmutableList.java | 47 public static <E> Collector<E, ?, ImmutableList<E>> toImmutableList() { in toImmutableList() method in ImmutableList
|