- Type Parameters:
T - the type of the input to the function
C - the collection type of the result of the function
R - the type with collection
- All Superinterfaces:
- java.util.function.Function<T,C>, java.io.Serializable, SerializableFunction<T,C>, SerializableToCollectionFunction<T,C,R>, ToCollectionFunction<T,C,R>
- 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 SerializableToCollectionFunction7<T,C extends java.util.Collection<R>,R>
extends SerializableToCollectionFunction<T,C,R>
The Interface SerializableToCollectionFunction7.