Packages

package util

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

Type Members

  1. type IRIString = String
    Definition Classes
    TypeAliases
  2. type ReflectiveShutdown = AnyRef { def shutdown(): Unit }
  3. type URIString = String
    Definition Classes
    TypeAliases

Value Members

  1. implicit def cacheResource[K, V]: Resource[LoadingCache[K, V]]
  2. lazy val currentJVMExecutable: File
  3. def debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  4. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  5. def debug(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  6. implicit val defaultCodec: Codec
  7. def error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  8. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  9. def error(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def info(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def isDebugEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  14. def isErrorEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  15. def isInfoEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  16. def isTraceEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  17. def isWarnEnabled: Boolean
    Attributes
    protected
    Definition Classes
    Logging
  18. def loadingCache[K <: AnyRef, V <: AnyRef](loader: (K) ⇒ V): LoadingCache[K, V]
  19. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  20. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  21. implicit def map2JavaProperties(propertiesMap: Map[String, String]): Properties
  22. lazy val newLine: String
  23. lazy val nl: String
  24. implicit def reflectiveShutdownResource[A <: ReflectiveShutdown]: Resource[A]
  25. def sampleDescr[T](items: Iterable[T], preCountIntro: String, postCountIntro: String, itemRenderer: (T) ⇒ String, sampleSize: Int, samplesDelimiter: String, ommisionMarker: Option[String]): String
  26. def sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int, samplesDelimiter: String, ommisionMarker: Option[String]): String
  27. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. implicit def uriToIRI(uri: URI): IRI
  31. implicit def urlToIRI(url: URL): IRI
  32. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from TypeAliases

Inherited from AnyRef

Inherited from Any

Ungrouped