Packages

trait USD2NOK extends (PriceUSD) ⇒ Future[PriceNOK] with AtomicProcess

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. USD2NOK
  2. AtomicProcess
  3. MetadataAtomicProcess
  4. PiProcess
  5. Function1
  6. AnyRef
  7. 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

Abstract Value Members

  1. abstract def apply(v1: PriceUSD): Future[PriceNOK]
    Definition Classes
    Function1

Concrete 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 USD2NOK to any2stringadd[USD2NOK] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (USD2NOK, B)
    Implicit
    This member is added by an implicit conversion from USD2NOK to ArrowAssoc[USD2NOK] 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 actualChannels: Seq[Chan]
    Attributes
    protected
    Definition Classes
    PiProcess
  7. lazy val allDependencies: Seq[PiProcess]
    Definition Classes
    PiProcess
  8. def andThen[A](g: (Future[PriceNOK]) ⇒ A): (PriceUSD) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val channels: Seq[String]
    Definition Classes
    USD2NOKPiProcess
  11. implicit def chansFromStringSeq(s: Seq[String]): Seq[Chan]
    Definition Classes
    PiProcess
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def compose[A](g: (A) ⇒ PriceUSD): (A) ⇒ Future[PriceNOK]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  14. val dependencies: Seq[PiProcess]
    Definition Classes
    MetadataAtomicProcessPiProcess
  15. def ensuring(cond: (USD2NOK) ⇒ Boolean, msg: ⇒ Any): USD2NOK
    Implicit
    This member is added by an implicit conversion from USD2NOK to Ensuring[USD2NOK] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (USD2NOK) ⇒ Boolean): USD2NOK
    Implicit
    This member is added by an implicit conversion from USD2NOK to Ensuring[USD2NOK] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): USD2NOK
    Implicit
    This member is added by an implicit conversion from USD2NOK to Ensuring[USD2NOK] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): USD2NOK
    Implicit
    This member is added by an implicit conversion from USD2NOK to Ensuring[USD2NOK] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def execState(args: Seq[PiObject]): PiState

    Initializes a PiState that executes this process with a given list of PiObject arguments.

    Initializes a PiState that executes this process with a given list of PiObject arguments. Generates an Output term from each PiObject in args so that they can be fed to the process. Also generates an Input that consumes the output of the process when it is done. Adds all dependencies to the state and then runs a PiCall directly.

    Definition Classes
    PiProcess
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from USD2NOK to StringFormat[USD2NOK] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getFuture(i: Int, args: Chan*): PiFuture
    Definition Classes
    MetadataAtomicProcess
  26. def getFuture(i: Int, m: ChanMap): PiFuture

    This constructs a PiFuture to be added to the state when the process is called.

    This constructs a PiFuture to be added to the state when the process is called.

    Definition Classes
    MetadataAtomicProcess
  27. def getInputs(i: Int, args: Chan*): Seq[Input]
    Definition Classes
    MetadataAtomicProcess
  28. def getInputs(i: Int, m: ChanMap): Seq[Input]

    This constructs the Input terms needed to appopriately receive the process inputs.

    This constructs the Input terms needed to appopriately receive the process inputs.

    Definition Classes
    MetadataAtomicProcess
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def iname: String
    Definition Classes
    PiProcess
  31. def inputFrees(): Seq[Seq[Chan]]
    Definition Classes
    PiProcess
  32. val inputs: Seq[(Chan, String)]
    Definition Classes
    USD2NOKPiProcess
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def mapArgs(args: Chan*): ChanMap

    Used when a process is called to map argument channels to the given values.

    Used when a process is called to map argument channels to the given values.

    Definition Classes
    PiProcess
  35. def mapFreshArgs(i: Int, args: Chan*): ChanMap
    Definition Classes
    PiProcess
  36. val name: String
    Definition Classes
    USD2NOKPiProcess
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. val output: (Chan, String)
    Definition Classes
    USD2NOKPiProcess
  41. def run(args: Seq[PiObject])(implicit ec: ExecutionContext): Future[PiObject]
    Definition Classes
    USD2NOKAtomicProcess
  42. def runMeta(args: Seq[PiObject])(implicit ec: ExecutionContext): Future[MetadataAtomicResult]

    Implements the standard AtomicProcess interface for unsupporting ProcessExecutors.

    Implements the standard AtomicProcess interface for unsupporting ProcessExecutors.

    returns

    A future containing the result of the result as a PiObject and optional meta-data.

    Definition Classes
    AtomicProcessMetadataAtomicProcess
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toEntry: (String, PiProcess)

    Shortcut to create entries in name->PiProcess maps

    Shortcut to create entries in name->PiProcess maps

    Definition Classes
    PiProcess
  45. def toIEntry: (String, PiProcess)

    * Shortcut to create entries in name->PiProcess maps using the instance name

    * Shortcut to create entries in name->PiProcess maps using the instance name

    Definition Classes
    PiProcess
  46. def toString(): String
    Definition Classes
    PiProcess → AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def [B](y: B): (USD2NOK, B)
    Implicit
    This member is added by an implicit conversion from USD2NOK to ArrowAssoc[USD2NOK] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AtomicProcess

Inherited from MetadataAtomicProcess

Inherited from PiProcess

Inherited from (PriceUSD) ⇒ Future[PriceNOK]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped