Packages

class AsyncTransformState extends AnyRef

Source
AsyncTransformStates.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncTransformState
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncTransformState(awaitSymbol: Global.Symbol, postAnfTransform: (Global.Block) ⇒ Global.Block, dotDiagram: (Global.Symbol, Global.Tree) ⇒ Option[(String) ⇒ Unit], allowExceptionsToPropagate: Boolean, typingTransformer: AsyncTransformStates.TypingTransformer, exteralFsmSelfParam: Global.Symbol, applyTrParam: Global.Symbol, asyncType: Global.Type, asyncNames: AsyncNames[global.type])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to any2stringadd[AsyncTransformState] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AsyncTransformState, B)
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to ArrowAssoc[AsyncTransformState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. lazy val Async_await: Global.Symbol
  7. val allowExceptionsToPropagate: Boolean
  8. val applySym: Global.Symbol
  9. val applyTr: Global.Symbol
  10. val applyTrParam: Global.Symbol
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val asyncNames: AsyncNames[global.type]
  13. val asyncType: Global.Type
  14. val awaitSymbol: Global.Symbol
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. var currentPos: Global.Position
  17. val dotDiagram: (Global.Symbol, Global.Tree) ⇒ Option[(String) ⇒ Unit]
  18. def ensuring(cond: (AsyncTransformState) ⇒ Boolean, msg: ⇒ Any): AsyncTransformState
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (AsyncTransformState) ⇒ Boolean): AsyncTransformState
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): AsyncTransformState
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): AsyncTransformState
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to Ensuring[AsyncTransformState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. val exteralFsmSelfParam: Global.Symbol
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val labelDefStates: Map[Global.Symbol, Int]
  30. val localTyper: (analyzer)#Typer
  31. def memberRef(sym: Global.Symbol): Global.Tree
  32. val name: AsyncName
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val postAnfTransform: (Global.Block) ⇒ Global.Block
  37. val stateAssigner: StateAssigner
  38. lazy val stateCompleteFailure: Global.Symbol
  39. lazy val stateCompleteSuccess: Global.Symbol
  40. lazy val stateGetCompleted: Global.Symbol
  41. lazy val stateGetter: Global.Symbol
  42. lazy val stateMachineClass: Global.Symbol
  43. def stateMachineMember(name: Global.TermName): Global.Symbol
  44. def stateMachineRef(): Global.Tree
  45. lazy val stateOnComplete: Global.Symbol
  46. lazy val stateSetter: Global.Symbol
  47. lazy val stateTryGet: Global.Symbol
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. lazy val tryGetIsIdentity: Boolean
  51. val typingTransformer: AsyncTransformStates.TypingTransformer
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. lazy val whileLabel: Global.Symbol
  56. def [B](y: B): (AsyncTransformState, B)
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to ArrowAssoc[AsyncTransformState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from AsyncTransformState to StringFormat[AsyncTransformState] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AsyncTransformState to any2stringadd[AsyncTransformState]

Inherited by implicit conversion StringFormat from AsyncTransformState to StringFormat[AsyncTransformState]

Inherited by implicit conversion Ensuring from AsyncTransformState to Ensuring[AsyncTransformState]

Inherited by implicit conversion ArrowAssoc from AsyncTransformState to ArrowAssoc[AsyncTransformState]

Ungrouped