- toImmutableList() - Static method in class dagger.internal.codegen.DaggerStreams
-
Returns a Collector that accumulates the input elements into a new ImmutableList, in encounter order.
- toImmutableMap(Function<? super T, K>, Function<? super T, V>) - Static method in class dagger.internal.codegen.DaggerStreams
-
Returns a Collector that accumulates elements into an ImmutableMap whose keys
and values are the result of applying the provided mapping functions to the input elements.
- toImmutableSet() - Static method in class dagger.internal.codegen.DaggerStreams
-
Returns a Collector that accumulates the input elements into a new ImmutableSet, in encounter order.
- toImmutableSetMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Static method in class dagger.internal.codegen.DaggerStreams
-
Returns a Collector that accumulates elements into an ImmutableSetMultimap
whose keys and values are the result of applying the provided mapping functions to the input
elements.
- traverseComponents() - Method in class dagger.internal.codegen.ComponentTreeTraverser
-