Packages

o

scribe

Platform

object Platform extends PlatformImplementation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Platform
  2. PlatformImplementation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. var columnCheckFrequency: Long
  7. def columns: Int
    Definition Classes
    PlatformPlatformImplementation
  8. val columnsAdjust: Int
    Definition Classes
    PlatformImplementation
  9. var columnsOverride: Option[Int]
  10. def consoleWriter: Writer
    Definition Classes
    PlatformPlatformImplementation
  11. def cursor(): (Int, Int)
  12. def env(key: String): Option[String]
    Definition Classes
    PlatformImplementation
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def executionContext: ExecutionContext
    Definition Classes
    PlatformPlatformImplementation
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def init(): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isJS: Boolean
    Definition Classes
    PlatformPlatformImplementation
  22. def isJVM: Boolean
    Definition Classes
    PlatformPlatformImplementation
  23. def isNative: Boolean
    Definition Classes
    PlatformPlatformImplementation
  24. var maximumColumns: Int
  25. var minimumColumns: Int
  26. var minimumRows: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def outputFormat(): OutputFormat
    Definition Classes
    PlatformImplementation
  31. def queryTput(): (Int, Int)
  32. def rows: Int
    Definition Classes
    PlatformPlatformImplementation
  33. var rowsOverride: Option[Int]
  34. lazy val supportsANSI: Boolean
    Definition Classes
    PlatformImplementation
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformImplementation

Inherited from AnyRef

Inherited from Any

Ungrouped