- Type Parameters:
T - the type of the input to the function
C - the collection type of the result of the function
E - the type of the collection element
- All Superinterfaces:
- java.util.function.Function<T,C>
- All Known Subinterfaces:
- SerializableToCollectionFunction<T,C,R>, SerializableToCollectionFunction1<T,C,R>, SerializableToCollectionFunction2<T,C,R>, SerializableToCollectionFunction3<T,C,R>, SerializableToCollectionFunction4<T,C,R>, SerializableToCollectionFunction5<T,C,R>, SerializableToCollectionFunction6<T,C,R>, SerializableToCollectionFunction7<T,C,R>, SerializableToCollectionFunction8<T,C,R>, SerializableToCollectionFunction9<T,C,R>, ToListFunction<T,E>, ToQueueFunction<T,E>, ToSetFunction<T,E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ToCollectionFunction<T,C extends java.util.Collection<E>,E>
extends java.util.function.Function<T,C>
The Interface ToCollectionFunction.