Package com.hazelcast.jet.function


package com.hazelcast.jet.function
Serializable and exception-declaring variants of functional interfaces from java.util.function.
Since:
Jet 3.0
  • Interfaces
    Class
    Description
    Observes the events produced by an Observable.
    PentaFunction<T0,T1,T2,T3,T4,R>
    Represents a penta-arity function that accepts five arguments and produces a result.
    QuadFunction<T0,T1,T2,T3,R>
    Represents a four-arity function that accepts four arguments and produces a result.
     
    A function that accepts a JDBC connection to the database, the total parallelism and processor index as arguments and produces a result set.
    TriFunction<T0,T1,T2,R>
    Represents a three-arity function that accepts three arguments and produces a result.
    Represents a predicate which accepts three arguments.