Searched defs:TransformedCollection (Results 1 – 2 of 2) sorted by relevance
263 static class TransformedCollection<F extends @Nullable Object, T extends @Nullable Object> class in Collections2268 TransformedCollection(Collection<F> fromCollection, Function<? super F, ? extends T> function) { in TransformedCollection() method in Collections2.TransformedCollection
269 static class TransformedCollection<F extends @Nullable Object, T extends @Nullable Object> class in Collections2274 TransformedCollection(Collection<F> fromCollection, Function<? super F, ? extends T> function) { in TransformedCollection() method in Collections2.TransformedCollection