Class

com.ing.baker.runtime.actor.protobuf.InteractionTransition

InteractionTransitionLens

Related Doc: package InteractionTransition

Permalink

implicit class InteractionTransitionLens[UpperPB] extends ObjectLens[UpperPB, InteractionTransition]

Linear Supertypes
ObjectLens[UpperPB, InteractionTransition], Lens[UpperPB, InteractionTransition], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionTransitionLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InteractionTransitionLens(_l: Lens[UpperPB, InteractionTransition])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(a: InteractionTransition): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[B](other: Lens[InteractionTransition, B]): Lens[UpperPB, B]

    Permalink
    Definition Classes
    Lens
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def eventOutputTransformers: Lens[UpperPB, Map[String, EventOutputTransformer]]

    Permalink
  11. def eventsToFire: Lens[UpperPB, Seq[EventDescriptor]]

    Permalink
  12. def failureStrategy: Lens[UpperPB, InteractionFailureStrategy]

    Permalink
  13. def field[A](getter: (InteractionTransition) ⇒ A)(setter: (InteractionTransition, A) ⇒ InteractionTransition): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  14. def field[A](lens: Lens[InteractionTransition, A]): Lens[UpperPB, A]

    Permalink
    Definition Classes
    ObjectLens
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(u: UpperPB): InteractionTransition

    Permalink
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def interactionName: Lens[UpperPB, String]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isSieve: Lens[UpperPB, Boolean]

    Permalink
  22. def maximumInteractionCount: Lens[UpperPB, Int]

    Permalink
  23. def modify(f: (InteractionTransition) ⇒ InteractionTransition): Mutation[UpperPB]

    Permalink
    Definition Classes
    Lens
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def optionalFailureStrategy: Lens[UpperPB, Option[InteractionFailureStrategy]]

    Permalink
  28. def optionalInteractionName: Lens[UpperPB, Option[String]]

    Permalink
  29. def optionalIsSieve: Lens[UpperPB, Option[Boolean]]

    Permalink
  30. def optionalMaximumInteractionCount: Lens[UpperPB, Option[Int]]

    Permalink
  31. def optionalOriginalInteractionName: Lens[UpperPB, Option[String]]

    Permalink
  32. def optionalProvidedIngredientEvent: Lens[UpperPB, Option[EventDescriptor]]

    Permalink
  33. def originalEvents: Lens[UpperPB, Seq[EventDescriptor]]

    Permalink
  34. def originalInteractionName: Lens[UpperPB, String]

    Permalink
  35. def predefinedParameters: Lens[UpperPB, Map[String, Value]]

    Permalink
  36. def providedIngredientEvent: Lens[UpperPB, EventDescriptor]

    Permalink
  37. def requiredIngredients: Lens[UpperPB, Seq[IngredientDescriptor]]

    Permalink
  38. def set(c: InteractionTransition): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens → Lens
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def update(ms: (Lens[InteractionTransition, InteractionTransition]) ⇒ Mutation[InteractionTransition]*): Mutation[UpperPB]

    Permalink
    Definition Classes
    ObjectLens
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ObjectLens[UpperPB, InteractionTransition]

Inherited from Lens[UpperPB, InteractionTransition]

Inherited from AnyRef

Inherited from Any

Ungrouped