Object/Trait

org.scalacheck.util

Pretty

Related Docs: trait Pretty | package util

Permalink

object Pretty extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pretty
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Params(verbosity: Int) extends Product with Serializable

    Permalink

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. def apply(f: (Params) ⇒ String): Pretty

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def break(s: String, lead: String, length: Int): String

    Permalink

    Break a long string across lines.

    Break a long string across lines.

    This method will wrap the given string at length characters, inserting newlines and an optional prefix (lead) on every line other than the first.

    All lines in the resulting string are guaranteed to be length or shorter.

    We require lead.length < length; otherwise it would be impossible to legally wrap lines.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. val defaultParams: Params

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def format(s: String, lead: String, trail: String, width: Int): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  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
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def pad(s: String, c: Char, length: Int): String

    Permalink
  19. def pretty[T](t: T)(implicit ev: (T) ⇒ Pretty): String

    Permalink
  20. def pretty[T](t: T, prms: Params)(implicit ev: (T) ⇒ Pretty): String

    Permalink
  21. implicit def prettyAny(t: Any): Pretty

    Permalink
  22. def prettyArgs(args: Seq[Arg[Any]]): Pretty

    Permalink
  23. implicit def prettyFreqMap(fm: FreqMap[Set[Any]]): Pretty

    Permalink
  24. implicit def prettyList(l: List[Any]): Pretty

    Permalink
  25. implicit def prettyString(t: String): Pretty

    Permalink
  26. implicit def prettyTestParams(prms: Parameters): Pretty

    Permalink
  27. implicit def prettyTestRes(res: Result): Pretty

    Permalink
  28. implicit def prettyThrowable(e: Throwable): Pretty

    Permalink
  29. def prettyTime(millis: Long): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped