o

de.uni_luebeck.isp.tessla

RuntimeExterns

object RuntimeExterns

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuntimeExterns
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Extern[A[+_]] = (ArraySeq[A[Any]]) => A[Any]
  2. type RuntimeExtern = (ArraySeq[Lazy[Any]]) => Lazy[Any]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def binAnyOp[A[+_]](f: (Any, Any) => Any)(implicit arg0: Monad[A]): Extern[A]
  6. def binBoolOp[A[+_]](f: (Boolean, Boolean) => Any)(implicit arg0: Monad[A]): Extern[A]
  7. def binFloatOp[A[+_]](f: (Double, Double) => Any)(implicit arg0: Monad[A]): Extern[A]
  8. def binIntOp[A[+_]](f: (BigInt, BigInt) => Any)(implicit arg0: Monad[A]): Extern[A]
  9. def callableExterns[A[+_]](implicit arg0: Monad[A]): Map[String, Extern[A]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def commonExterns[A[+_]](implicit arg0: Monad[A]): Map[String, Any]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def propagate[A[+_]](args: ArraySeq[Any])(f: (ArraySeq[Any]) => A[Any])(implicit arg0: Monad[A]): A[Any]
  21. def propagateSingle[A[+_]](arg: Any)(f: (Any) => A[Any])(implicit arg0: Monad[A]): A[Any]
  22. val runtimeCommonExterns: Map[String, Any]
  23. def strict[A[+_]](f: (ArraySeq[Any]) => A[Any])(implicit arg0: Monad[A]): Extern[A]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def unaryFloatOp[A[+_]](f: (Double) => Any)(implicit arg0: Monad[A]): Extern[A]
  27. def unaryIntOp[A[+_]](f: (BigInt) => Any)(implicit arg0: Monad[A]): Extern[A]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped