Object/Trait

org.hammerlab.io.print

Lines

Related Docs: trait Lines | package print

Permalink

object Lines

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

Type Members

  1. implicit final class LinesOps[T] extends AnyVal

    Permalink

    .showLines syntax: convert an object to Lines and newline-join them to a String

  2. final case class Multiple(v: Iterable[Line]) extends AnyVal with Lines with Product with Serializable

    Permalink

    Construct Lines from a collection of Lines

  3. final case class Single(line: String) extends AnyVal with Lines with Product with Serializable

    Permalink

    Construct Lines from a single String

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. object Empty extends Lines with Product with Serializable

    Permalink
  5. def apply(lines: Lines*): Lines

    Permalink

    Construct a Lines from other Lines instances

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def flattenOpt(lines: Option[Lines]): Lines

    Permalink
  12. implicit def fromLines(lines: Iterable[Line]): Multiple

    Permalink
  13. implicit def fromString(line: String): Single

    Permalink
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def indent(lines: Lines*): Lines

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit def iterableToLines[T](ts: Iterable[T])(implicit lines: ToLines[T]): Lines

    Permalink

    Construct a Lines from a collection of ToLines-able objects

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. implicit def optionToLines[T](t: Option[T])(implicit lines: ToLines[T]): Lines

    Permalink
  23. implicit def show(implicit indent: Indent): hammerlab.show.Show[Lines]

    Permalink

    Default Show behavior: materialize indentation-levels and join with newlines

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit def toLines[T](t: T)(implicit lines: ToLines[T]): Lines

    Permalink

    Construct a Lines from any object with a ToLines

  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit def unwrap(lines: Lines): Iterator[Line]

    Permalink
  28. implicit def unwrapLines(lines: Lines): Iterable[Line]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. implicit def wrapLines(lines: Iterable[Lines]): Lines

    Permalink

    Implicitly unify a collection of Lines, or flatten into a collection of Lines

Inherited from AnyRef

Inherited from Any

Ungrouped