Class ExtendedPredicateAdapater<Type>

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.spark.api.java.function.Function<Type,​java.lang.Boolean>

    public class ExtendedPredicateAdapater<Type>
    extends java.lang.Object
    implements org.apache.spark.api.java.function.Function<Type,​java.lang.Boolean>
    Implements a Function that calls ExtendedFunction.open(ExecutionContext) of its implementation before delegating the very first Function.call(Object).
    See Also:
    Serialized Form
    • Method Detail

      • call

        public java.lang.Boolean call​(Type dataQuantume)
                               throws java.lang.Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.Function<Type,​java.lang.Boolean>
        Throws:
        java.lang.Exception