Searched defs:toImmutableList (Results 1 – 3 of 3) sorted by relevance
77 .collect(toImmutableList()); in getSentEnvelopes() method
31 public static <T> Collector<T, ?, ImmutableList<T>> toImmutableList() { in toImmutableList() method in ImmutableHelpers
281 .collect(toImmutableList()); in getObservationsIn() method