object TethysBuilder extends TethysBuilder

Linear Supertypes
TethysBuilder, LogBuilder[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TethysBuilder
  2. TethysBuilder
  3. LogBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Output = Unit

    R of contained renderer

    R of contained renderer

    Definition Classes
    TethysBuilderLogBuilder
  2. type Top = TokenWriter

    I of contained renderer

    I of contained renderer

    Definition Classes
    TethysBuilderLogBuilder
  3. type ValRes = Boolean

    M of contained renderer

    M of contained renderer

    Definition Classes
    TethysBuilderLogBuilder
  4. type Value = TokenWriter

    V of contained renderer

    V of contained renderer

    Definition Classes
    TethysBuilderLogBuilder

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. def apply(prefix: String = "", postfix: String = ""): TethysBuilder
  5. def apply[A](a: A)(implicit L: Loggable[A]): String

    accept loggable value and produce the result

    accept loggable value and produce the result

    Definition Classes
    LogBuilder
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def build[A](as: A*)(implicit L: Loggable[A]): String

    accept several loggable values and produce the result

    accept several loggable values and produce the result

    Definition Classes
    LogBuilder
  8. def checkWritten(res: Boolean, writer: TokenWriter): Unit
    Definition Classes
    TethysBuilder
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def make(f: (TokenWriter) => Unit): String

    use renderer to produce the result

    use renderer to produce the result

    Definition Classes
    TethysBuilderLogBuilder
  16. def monoid: Monoid[Unit]
    Definition Classes
    TethysBuilder
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def predefined(tokenWriter: TokenWriter): Unit

    override to add predefined fields

    override to add predefined fields

    Definition Classes
    TethysBuilder
  21. val receiver: LogRendererUnit[Top, Value, ValRes]
    Definition Classes
    TethysBuilderLogBuilder
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def withCustomFields(customFields: List[(String, RawJson)], prefix: String = "", postfix: String = ""): TethysBuilderWithCustomFields
  28. def writeValue(value: LogParamValue, writer: TokenWriter): Unit
    Definition Classes
    TethysBuilder

Deprecated Value Members

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

Inherited from TethysBuilder

Inherited from LogBuilder[String]

Inherited from AnyRef

Inherited from Any

Ungrouped