Interface MappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>>

All Superinterfaces:
IntermediateOperation<InputType,InputStream,OutputType,OutputStream>
All Known Subinterfaces:
FlatMappingOperation<InputType,InputStream,OutputType,OutputStream>
All Known Implementing Classes:
AsDoubleIntOperation, AsDoubleLongOperation, AsLongIntOperation, BoxedDoubleOperation, BoxedIntOperation, BoxedLongOperation, FlatMapDoubleOperation, FlatMapIntOperation, FlatMapLongOperation, FlatMapOperation, FlatMapToDoubleOperation, FlatMapToIntOperation, FlatMapToLongOperation, MapDoubleOperation, MapIntOperation, MapLongOperation, MapOperation, MapToDoubleIntOperation, MapToDoubleLongOperation, MapToDoubleOperation, MapToIntDoubleOperation, MapToIntLongOperation, MapToIntOperation, MapToLongDoubleOperation, MapToLongIntOperation, MapToLongOperation, MapToObjDoubleOperation, MapToObjIntOperation, MapToObjLongOperation

public interface MappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> extends IntermediateOperation<InputType,InputStream,OutputType,OutputStream>
Marker interface to signify that an IntermediateOperation is a map operation.
Since:
9.0
Author:
wburns