| Package | Description |
|---|---|
| org.apache.apex.malhar.stream.api | |
| org.apache.apex.malhar.stream.api.impl | |
| org.apache.apex.malhar.stream.api.operator |
| Modifier and Type | Method and Description |
|---|---|
<O,STREAM extends ApexStream<O>> |
ApexStream.flatMap(Function.FlatMapFunction<T,O> flatten)
Flat map transformation
Add an operator to the DAG which convert tuple T to a collection of tuple O
|
<O,STREAM extends ApexStream<O>> |
ApexStream.flatMap(String name,
Function.FlatMapFunction<T,O> flatten)
Flat map transformation
Add an operator to the DAG which convert tuple T to a collection of tuple O |
| Modifier and Type | Method and Description |
|---|---|
<O,STREAM extends ApexStream<O>> |
ApexStreamImpl.flatMap(Function.FlatMapFunction<T,O> flatten) |
<O,STREAM extends ApexStream<O>> |
ApexStreamImpl.flatMap(String name,
Function.FlatMapFunction<T,O> flatten) |
| Constructor and Description |
|---|
FunctionOperator.FlatMapFunctionOperator(Function.FlatMapFunction<IN,OUT> f) |
Copyright © 2015-2016 Apache Software Foundation. All Rights Reserved.