Or

stdx.collections.Query.Or
trait Or extends Query

Attributes

Graph
Supertypes
trait Query
class Object
trait Matchable
class Any
Self type
Or

Members list

Type members

Inherited and Abstract types

type Elem

Attributes

Inherited from:
Query
type O <: PartialOrder[Elem]

Attributes

Inherited from:
Query

Value members

Inherited and Abstract methods

def predicate: O ?=> Elem => Boolean

Attributes

Inherited from:
Query

Abstract fields

val left: Query { type Elem = Elem; type O = O; }
val right: Query { type Elem = Elem; type O = O; }