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. Protected

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(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def executionContext: ExecutionContext
    Definition Classes
    PlatformPlatformImplementation
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def init(): Unit
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isJS: Boolean
    Definition Classes
    PlatformPlatformImplementation
  21. def isJVM: Boolean
    Definition Classes
    PlatformPlatformImplementation
  22. def isNative: Boolean
    Definition Classes
    PlatformPlatformImplementation
  23. var maximumColumns: Int
  24. var minimumColumns: Int
  25. var minimumRows: Int
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def outputFormat(): OutputFormat
    Definition Classes
    PlatformImplementation
  30. def queryTput(): (Int, Int)
  31. def rows: Int
    Definition Classes
    PlatformPlatformImplementation
  32. var rowsOverride: Option[Int]
  33. lazy val supportsANSI: Boolean
    Definition Classes
    PlatformImplementation
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from PlatformImplementation

Inherited from AnyRef

Inherited from Any

Ungrouped