case class PredicateContext[T <: SimpleFeatureConverter](predicate: Predicate, converter: T, context: EvaluationContext) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PredicateContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PredicateContext(predicate: Predicate, converter: T, context: EvaluationContext)
Value Members
- val context: EvaluationContext
- val converter: T
- val predicate: Predicate