Object

com.ccadllc.cedi.dtrace

TraceTask

Related Doc: package dtrace

Permalink

object TraceTask

Companion to the TraceTask[A] type alias - provides the TraceT smart constructors with the effectful program F fixed as fs2.Task.

Source
dtrace.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraceTask
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def ask: TraceTask[TraceContext[Task]]

    Permalink

    Ask for the current TraceContext[Task] in a TraceTask.

    Ask for the current TraceContext[Task] in a TraceTask.

    returns

    traceTaskOfTraceContext - a TraceContext[Task] wrapped in a TraceTask.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def delay[A](a: ⇒ A): TraceTask[A]

    Permalink

    Lifts the non-strict, possibly impure expression computing A into a TraceTask[A] context.

    Lifts the non-strict, possibly impure expression computing A into a TraceTask[A] context.

    a

    - the non-strict expression computing A to lift into a TraceTask context.

    returns

    traceTaskOfA - a non-strict expression which computes A lifted into a TraceTask.

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def fail[A](t: Throwable): TraceTask[A]

    Permalink

    Creates a failed TraceTask.

    Creates a failed TraceTask.

    t

    - the Throwable with which to fail the underlying program.

    returns

    traceTaskOfA - the TraceTask[A] in a failed state.

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def now[A](a: A): TraceTask[A]

    Permalink

    Lifts a value A into a TraceTask[A] context.

    Lifts a value A into a TraceTask[A] context.

    a

    - the pure value A to lift into a TraceTask context.

    returns

    traceTaskOfA - a pure value A wrapped in a TraceTask.

  19. def suspend[A](t: ⇒ Task[A]): TraceTask[A]

    Permalink

    Lifts the non-strict, possibly impure expression computing a TraceTask[A] into a TraceTask[A] The expression is suspended until the outer TraceTask returned is run.

    Lifts the non-strict, possibly impure expression computing a TraceTask[A] into a TraceTask[A] The expression is suspended until the outer TraceTask returned is run.

    t

    - the non-strict expression computing TraceTask[A] to lift into a TraceTask context suspended until the outer TraceTask is run.

    returns

    traceTaskOfTA - a non-strict expression which computes TraceTask[A] lifted into a TraceTask in a suspended state until the outer TraceTask is run.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def toTraceTask[A](task: Task[A]): TraceTask[A]

    Permalink
  23. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped