Class FlatMapOperation<I,O>

java.lang.Object
org.infinispan.stream.impl.intops.object.FlatMapOperation<I,O>
Type Parameters:
I - the type of the input stream
O - the type of the output stream
All Implemented Interfaces:
FlatMappingOperation<I,Stream<I>,O,Stream<O>>, IntermediateOperation<I,Stream<I>,O,Stream<O>>, MappingOperation<I,Stream<I>,O,Stream<O>>

public class FlatMapOperation<I,O> extends Object implements FlatMappingOperation<I,Stream<I>,O,Stream<O>>
Performs flat map operation on a regular Stream