org.cddcore.engine

Engine

object Engine

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Engine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[P1, P2, P3, R]()(implicit ldp: CddDisplayProcessor): Builder3[P1, P2, P3, R, R]

    returns a builder for an engine that implements Function3[P1,P2,P3,R]

  7. def apply[P1, P2, R]()(implicit ldp: CddDisplayProcessor): Builder2[P1, P2, R, R]

    returns a builder for an engine that implements Function2[P1,P2,R]

  8. def apply[P, R]()(implicit ldp: CddDisplayProcessor): Builder1[P, R, R]

    returns a builder for an engine that implements Function[P,R]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def currentMonitor: EngineMonitor

  12. val defaultMonitor: ThreadLocal[EngineMonitor] { def initialValue(): org.cddcore.engine.NoEngineMonitor }

    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def foldList[P1, P2, P3, R]: Builder3[P1, P2, P3, R, List[R]]

  17. def foldList[P1, P2, R]: Builder2[P1, P2, R, List[R]]

  18. def foldList[P, R]: Builder1[P, R, List[R]]

  19. def foldSet[P1, P2, P3, R]: Builder3[P1, P2, P3, R, Set[R]]

  20. def foldSet[P1, P2, R]: Builder2[P1, P2, R, Set[R]]

  21. def foldSet[P, R]: Builder1[P, R, Set[R]]

  22. def folding[P1, P2, P3, R, FullR](foldingFn: (FullR, R) ⇒ FullR, initialValue: FullR)(implicit ldp: CddDisplayProcessor): Builder3[P1, P2, P3, R, FullR]

  23. def folding[P1, P2, R, FullR](foldingFn: (FullR, R) ⇒ FullR, initialValue: FullR)(implicit ldp: CddDisplayProcessor): Builder2[P1, P2, R, FullR]

  24. def folding[P, R, FullR](foldingFn: (FullR, R) ⇒ FullR, initialValue: FullR)(implicit ldp: CddDisplayProcessor): Builder1[P, R, FullR]

  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def log(message: ⇒ String): Unit

  29. def logBuild(message: ⇒ String): Unit

  30. var logging: Boolean

  31. var loggingBuild: Boolean

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def profile[X](fn: ⇒ X): (Product with Serializable with Either[Exception, X], SimpleProfiler[Engine])

  36. def profileNoException[X](fn: ⇒ X): (X, SimpleProfiler[Engine])

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def test[X](x: ⇒ X): X

  39. def testing: Boolean

  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def trace[X](fn: ⇒ X)(implicit ldp: CddDisplayProcessor): (Product with Serializable with Either[Exception, X], List[TraceItem[Engine, Any, Any, AnyConclusion]])

  42. def traceNoException[X](fn: ⇒ X)(implicit ldp: CddDisplayProcessor): (X, List[TraceItem[Engine, Any, Any, AnyConclusion]])

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withMonitor[X](m: EngineMonitor, fn: ⇒ X): X

Inherited from AnyRef

Inherited from Any

Ungrouped