treelog

LogTreeSyntaxWithoutAnnotations

object LogTreeSyntaxWithoutAnnotations extends LogTreeSyntax[Nothing]

Linear Supertypes
LogTreeSyntax[Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LogTreeSyntaxWithoutAnnotations
  2. LogTreeSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnnotationsSyntax[Value] extends AnyRef

    Syntax for allowing annotations to be added to log tree nodes.

  2. implicit class BooleanSyntax extends AnyRef

    Syntax for treating booleans as indicators of success or failure in a computation.

  3. implicit class BranchLabelingSyntax extends AnyRef

    Syntax for labeling or creating new branches in a log tree given a description.

  4. type DescribedComputation[+Value] = EitherT[LogTreeWriter, String, Value]

    Definition Classes
    LogTreeSyntax
  5. implicit class EitherSyntax[Value] extends AnyRef

    Syntax for treating scalaz.\/ as signifiers of success or failure in a computation.

  6. implicit class FoldSyntax[Value] extends AnyRef

    Definition Classes
    LogTreeSyntax
  7. implicit class LabellingSyntax[Value] extends AnyRef

    Syntax for labeling root nodes of trees in DescribedComputions

  8. implicit class LeafSyntax[Value] extends AnyRef

    Syntax for lifting values into DescribedComputations and creating leaf nodes in the log tree.

  9. type LogTree = Tree[LogTreeLabel[Nothing]]

    Definition Classes
    LogTreeSyntax
  10. type LogTreeWriter[+Value] = WriterT[scalaz.Id.Id, LogTree, Value]

    Definition Classes
    LogTreeSyntax
  11. implicit class OptionSyntax[Value] extends AnyRef

    Syntax for treating Options as indicators of success or failure in a computation.

  12. type SerializableDescribedComputation[Value] = (\/[String, Value], SerializableTree[Nothing])

    Definition Classes
    LogTreeSyntax
  13. implicit class TraversableMonadSyntax[F[_], Value] extends AnyRef

    Syntax for dealing with traversable monads

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. implicit object NothingShow extends Show[Nothing]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. def failure[Value](description: String): DescribedComputation[Value]

    Create a treelog.LogTreeSyntax.DescribedComputation representing a failure using the given description for both the log tree label and as the content of the value, which will be a scalaz.-\/.

    Create a treelog.LogTreeSyntax.DescribedComputation representing a failure using the given description for both the log tree label and as the content of the value, which will be a scalaz.-\/.

    Definition Classes
    LogTreeSyntax
  10. def failureLog[Value](dc: DescribedComputation[Value]): DescribedComputation[Value]

    Definition Classes
    LogTreeSyntax
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromSerializableForm[Value](sdc: SerializableDescribedComputation[Value]): DescribedComputation[Value]

    Definition Classes
    LogTreeSyntax
  13. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  16. implicit val logTreeMonoid: Monoid[LogTree] { val zero: treelog.LogTreeSyntaxWithoutAnnotations.LogTree }

    Definition Classes
    LogTreeSyntax
  17. implicit def logTreeShow(implicit annotationShow: Show[Nothing]): Show[LogTree]

    Definition Classes
    LogTreeSyntax
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  21. def success[Value](value: Value, description: String): DescribedComputation[Value]

    Create a treelog.LogTreeSyntax.DescribedComputation representing a success with the given value (lifted into a scalaz.\/-) and the given description in the log tree.

    Create a treelog.LogTreeSyntax.DescribedComputation representing a success with the given value (lifted into a scalaz.\/-) and the given description in the log tree.

    Definition Classes
    LogTreeSyntax
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toSerializableForm[Value](dc: DescribedComputation[Value]): SerializableDescribedComputation[Value]

    Definition Classes
    LogTreeSyntax
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LogTreeSyntax[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped