org.apache.flink.api.function.util
Members list
Type members
Classlikes
A wrapper function that exposes a Scala Function3 as a Java AllWindowFunction.
A wrapper function that exposes a Scala Function3 as a Java AllWindowFunction.
Attributes
- Graph
- Supertypes
- trait AllWindowFunction[IN, OUT, W]trait Functiontrait Serializableclass Objecttrait Matchableclass Any
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Graph
- Supertypes
- trait AllWindowFunction[IN, OUT, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass Any
A wrapper function that exposes a Scala Function2 as a ReduceFunction.
A wrapper function that exposes a Scala Function2 as a ReduceFunction.
Attributes
- Graph
- Supertypes
- trait ReduceFunction[T]trait Functiontrait Serializableclass Objecttrait Matchableclass Any
A wrapper function that exposes a Scala Function4 as a Java WindowFunction.
A wrapper function that exposes a Scala Function4 as a Java WindowFunction.
Attributes
- Graph
- Supertypes
- trait WindowFunction[IN, OUT, KEY, W]trait Functiontrait Serializableclass Objecttrait Matchableclass Any
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
Attributes
- Graph
- Supertypes
- trait WindowFunction[IN, OUT, KEY, W]class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass Any