Class PredicateAdapter<InputType>

java.lang.Object
org.apache.wayang.spark.compiler.PredicateAdapter<InputType>
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.Function<InputType,Boolean>

public class PredicateAdapter<InputType> extends Object implements org.apache.spark.api.java.function.Function<InputType,Boolean>
Wraps a Predicate as a Function.
See Also: