EventFilter

sec.api.EventFilter$
See theEventFilter companion class

Attributes

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

Members list

Concise view

Type members

Classlikes

case object ByEventType extends Kind

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
filter.scala
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class RegexFilter(value: String) extends Expression

Attributes

Companion:
object
Source:
filter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
filter.scala
Graph
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