And

scalus.cardano.node.UtxoFilter.And
case class And(left: UtxoFilter, right: UtxoFilter) extends UtxoFilter

Both filters must match

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UtxoFilter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def &&(other: UtxoFilter): UtxoFilter

Combine two filters with AND - both conditions must be true

Combine two filters with AND - both conditions must be true

Attributes

Inherited from:
UtxoFilter
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Negate this filter

Negate this filter

Attributes

Inherited from:
UtxoFilter
def ||(other: UtxoFilter): UtxoFilter

Combine two filters with OR - either condition must be true

Combine two filters with OR - either condition must be true

Attributes

Inherited from:
UtxoFilter