Packages

object Util

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

Value Members

  1. def fileContent(file: String): Option[String]
  2. def isAssertOn: Boolean

    Return true iff assertions was enabled at compilation time.

    Return true iff assertions was enabled at compilation time.

    Be aware, the complete project need to be recompiled when assertions are enabled/disabled.

  3. def withFileWriter(path: String)(body: (Writer) ⇒ Unit): Unit