Packages

t

io.xskipper.search.filters

MetadataFilter

trait MetadataFilter extends AnyRef

represents a meta data filter that can process a wrapped expression and add the relevant clauses

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetadataFilter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def processWrappedExpression(wrappedExpr: MetadataWrappedExpression): Unit

    Process a wrapped expression by traversing the expression tree and adding the relevant clauses according to the filter

    Process a wrapped expression by traversing the expression tree and adding the relevant clauses according to the filter

    wrappedExpr

    the wrapped expression to be processed