Packages

implicit class ViewParticipantDataLens[UpperPB] extends ObjectLens[UpperPB, ViewParticipantData]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ViewParticipantDataLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ViewParticipantDataLens(_l: Lens[UpperPB, ViewParticipantData])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: ViewParticipantData): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def actionDescription: Lens[UpperPB, ActionDescription]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def compose[B](other: Lens[ViewParticipantData, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def coreInputs: Lens[UpperPB, Seq[InputContract]]
  10. def createdCore: Lens[UpperPB, Seq[CreatedContract]]
  11. def createdInSubviewArchivedInCore: Lens[UpperPB, Seq[String]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (ViewParticipantData) => A)(setter: (ViewParticipantData, A) => ViewParticipantData): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[ViewParticipantData, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def get(u: UpperPB): ViewParticipantData
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modify(f: (ViewParticipantData) => ViewParticipantData): Mutation[UpperPB]
    Definition Classes
    Lens
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def optionalActionDescription: Lens[UpperPB, Option[ActionDescription]]
  25. def optionalRollbackContext: Lens[UpperPB, Option[RollbackContext]]
  26. def optionalSalt: Lens[UpperPB, Option[Salt]]
  27. def resolvedKeys: Lens[UpperPB, Seq[ResolvedKey]]
  28. def rollbackContext: Lens[UpperPB, RollbackContext]
  29. def salt: Lens[UpperPB, Salt]
  30. def set(c: ViewParticipantData): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  31. def setIfDefined(aOpt: Option[ViewParticipantData]): Mutation[UpperPB]
    Definition Classes
    Lens
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def update(ms: (Lens[ViewParticipantData, ViewParticipantData]) => Mutation[ViewParticipantData]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ViewParticipantData, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from ObjectLens[UpperPB, ViewParticipantData]

Inherited from Lens[UpperPB, ViewParticipantData]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped