Interface StreamFunction<I,O>

Type Parameters:
I -
O -
All Superinterfaces:
Function<Stream<I>,Stream<O>>, Serializable
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 StreamFunction<I,O> extends Function<Stream<I>,Stream<O>>, Serializable
Helper interface to make transformations on streams less verbose Inherits from Function for out of the box chaining with Function.andThen(Function).
Author:
Claus Stadler 11/09/2020