Packages

package util

Created by Markus Ackermann. No rights reserved.

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. case class AmbiguousTypeMapping(msg: String) extends RuntimeException with Product with Serializable
  2. implicit final class BetterFileW extends AnyVal
  3. implicit final class BooleanW extends AnyVal
  4. type IRIString = String
    Definition Classes
    TypeAliases
  5. implicit final class OWLOntologyW extends AnyVal
  6. type ReflectiveShutdown = AnyRef { def shutdown(): Unit }
  7. implicit final class StringOWLApiSyntax extends AnyVal
  8. implicit final class Tapable[A] extends AnyVal
  9. type ThVal = AnyRef { ... /* 2 definitions in type refinement */ }
  10. implicit final class TryW[T] extends AnyVal
  11. trait TypeAliases extends AnyRef

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  12. class TypeCheckMapping[K, V] extends AnyRef
  13. 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. def pipeCopy(source: File, sink: File): Unit
  25. implicit def reflectiveShutdownResource[A <: ReflectiveShutdown]: Resource[A]
  26. def sampleDescr[T](items: Iterable[T], preCountIntro: String, postCountIntro: String, itemRenderer: (T) ⇒ String = _: T).toString, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String
  27. def sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String
  28. def trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def trace(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. implicit def uriToIRI(uri: URI): IRI
  32. implicit def urlToIRI(url: URL): IRI
  33. def warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def warn(msg: ⇒ Any): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. object TypeCheckMapping

Inherited from Logging

Inherited from TypeAliases

Inherited from AnyRef

Inherited from Any

Ungrouped