EventFilter

sec.api.EventFilter
See theEventFilter companion class
object EventFilter

Attributes

Companion
class
Source
filter.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ByEventType extends Kind

Attributes

Source
filter.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
case object ByStreamId extends Kind

Attributes

Source
filter.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Kind
class Object
trait Matchable
class Any
Show all
Self type
ByStreamId.type
sealed trait Expression

Attributes

Source
filter.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait Kind

Attributes

Source
filter.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ByEventType.type
object ByStreamId.type
final case class PrefixFilter(value: String) extends Expression

Attributes

Source
filter.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
final case class RegexFilter(value: String) extends Expression

Attributes

Companion
object
Source
filter.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
object RegexFilter

Attributes

Companion
class
Source
filter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
filter.scala

Attributes

Source
filter.scala
def prefix(kind: Kind, fst: String, rest: String*): EventFilter

Attributes

Source
filter.scala
def regex(kind: Kind, filter: String): EventFilter

Attributes

Source
filter.scala

Attributes

Source
filter.scala

Attributes

Source
filter.scala