Class | Description |
---|---|
ScalaAllWindowFunction<IN,OUT,W extends Window> |
A wrapper function that exposes a Scala Function3 as a Java AllWindowFunction.
|
ScalaAllWindowFunctionWrapper<IN,OUT,W extends Window> |
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
|
ScalaFoldFunction<T,R> |
A wrapper function that exposes a Scala Function2 as a
FoldFunction . |
ScalaReduceFunction<T> |
A wrapper function that exposes a Scala Function2 as a
ReduceFunction . |
ScalaWindowFunction<IN,OUT,KEY,W extends Window> |
A wrapper function that exposes a Scala Function4 as a Java WindowFunction.
|
ScalaWindowFunctionWrapper<IN,OUT,KEY,W extends Window> |
A wrapper function that exposes a Scala WindowFunction as a JavaWindow function.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.