Packages

final case class LastEvent(in: Ex[Grapheme]) extends Ex[Option[Long]] with Product with Serializable

Linear Supertypes
Serializable, Ex[Option[Long]], Flow, Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LastEvent
  2. Serializable
  3. Ex
  4. Flow
  5. Lazy
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LastEvent(in: Ex[Grapheme])

Type Members

  1. type Repr[T <: Txn[T]] = IExpr[T, Option[Long]]
    Definition Classes
    LastEventExFlowLazy

Value Members

  1. final def expand[T <: Txn[T]](implicit ctx: Context[T], tx: T): Repr[T]
    Definition Classes
    Lazy
  2. val in: Ex[Grapheme]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    LastEvent → Product