ScalaProcessAllWindowFunctionWrapper
final class ScalaProcessAllWindowFunctionWrapper[IN, OUT, W <: Window](func: ProcessAllWindowFunction[IN, OUT, W]) extends ProcessAllWindowFunction[IN, OUT, W]
A wrapper function that exposes a Scala ProcessWindowFunction as a ProcessWindowFunction function.
The Scala and Java Window functions differ in their type of "Iterable":
- Scala WindowFunction: scala.Iterable
- Java WindowFunction: java.lang.Iterable
class ProcessAllWindowFunction[IN, OUT, W]
class AbstractRichFunction
trait RichFunction
trait Function
trait Serializable
class Object
trait Matchable
class Any