类 AddWindowFunction

  • 所有已实现的接口:
    java.util.function.Function<java.util.Collection<java.lang.Integer>,​java.lang.Integer>

    public class AddWindowFunction
    extends java.lang.Object
    implements java.util.function.Function<java.util.Collection<java.lang.Integer>,​java.lang.Integer>
    Example Function that acts on a window of tuples at a time rather than per tuple basis.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Integer apply​(java.util.Collection<java.lang.Integer> integers)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.function.Function

        andThen, compose
    • 构造器详细资料

      • AddWindowFunction

        public AddWindowFunction()
    • 方法详细资料

      • apply

        public java.lang.Integer apply​(java.util.Collection<java.lang.Integer> integers)
        指定者:
        apply 在接口中 java.util.function.Function<java.util.Collection<java.lang.Integer>,​java.lang.Integer>