Packages

implicit class EventSourcedStreamInLens[UpperPB] extends ObjectLens[UpperPB, EventSourcedStreamIn]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventSourcedStreamInLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EventSourcedStreamInLens(_l: Lens[UpperPB, EventSourcedStreamIn])

Value Members

  1. def :=(a: EventSourcedStreamIn): Mutation[UpperPB]
    Definition Classes
    Lens
  2. def command: Lens[UpperPB, Command]
  3. def compose[B](other: Lens[EventSourcedStreamIn, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  4. def event: Lens[UpperPB, EventSourcedEvent]
  5. def field[A](getter: (EventSourcedStreamIn) => A)(setter: (EventSourcedStreamIn, A) => EventSourcedStreamIn): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  6. def field[A](lens: Lens[EventSourcedStreamIn, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  7. def get(u: UpperPB): EventSourcedStreamIn
    Definition Classes
    ObjectLens → Lens
  8. def init: Lens[UpperPB, EventSourcedInit]
  9. def message: Lens[UpperPB, Message]
  10. def modify(f: (EventSourcedStreamIn) => EventSourcedStreamIn): Mutation[UpperPB]
    Definition Classes
    Lens
  11. def set(c: EventSourcedStreamIn): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  12. def setIfDefined(aOpt: Option[EventSourcedStreamIn]): Mutation[UpperPB]
    Definition Classes
    Lens
  13. def snapshotRequest: Lens[UpperPB, EventSourcedSnapshotRequest]
  14. def update(ms: (Lens[EventSourcedStreamIn, EventSourcedStreamIn]) => Mutation[EventSourcedStreamIn]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  15. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (EventSourcedStreamIn, B)]
    Definition Classes
    Lens