Packages

trait Aspect[-R, +E, T] extends AnyRef

Event processor aspect

Self Type
Aspect[R, E, T]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aspect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply[R1 <: R, E1 >: E](f: EventProcessor[R1, E1, T]): EventProcessor[R1, E1, T]

Concrete Value Members

  1. final def >>>[R1 <: R, E1 >: E](that: Aspect[R1, E1, T]): Aspect[R1, E1, T]

    Alias for andThen()

  2. final def andThen[R1 <: R, E1 >: E](that: Aspect[R1, E1, T]): Aspect[R1, E1, T]

    Apply this aspect first and then the other one