Query

stdx.collections.Query
See theQuery companion object
sealed trait Query

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait And
trait EqsTo
trait GreaterThan
trait LessThan
trait None
trait Or
Show all

Members list

Type members

Types

type Elem
type O <: PartialOrder[Elem]

Value members

Abstract methods

def predicate: O ?=> Elem => Boolean

Concrete methods

def and(b: a.O ?=> Query { type O = a.O; type Elem = a.Elem; })(using a.O): Query { type O = a.O; type Elem = a.Elem; }
Extension method from Query
def or(b: Query { type O = a.O; type Elem = a.Elem; })(using a.O): Query { type O = a.O; type Elem = a.Elem; }
Extension method from Query