package util
Created by Markus Ackermann. No rights reserved.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- Logging
- TypeAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AmbiguousTypeMapping (msg: String) extends RuntimeException with Product with Serializable
- implicit final class BetterFileW extends AnyVal
- implicit final class BooleanW extends AnyVal
-
type
IRIString = String
- Definition Classes
- TypeAliases
- implicit final class OWLOntologyW extends AnyVal
- type ReflectiveShutdown = AnyRef { def shutdown(): Unit }
- implicit final class StringOWLApiSyntax extends AnyVal
- implicit final class Tapable [A] extends AnyVal
-
trait
TypeAliases
extends AnyRef
Created by Markus Ackermann.
Created by Markus Ackermann. No rights reserved.
- class TypeCheckMapping [K, V] extends AnyRef
-
type
URIString = String
- Definition Classes
- TypeAliases
Value Members
- implicit def cacheResource[K, V]: Resource[LoadingCache[K, V]]
- lazy val currentJVMExecutable: File
-
def
debug(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
debug(msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
debug(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- implicit val defaultCodec: Codec
-
def
error(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
error(msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
error(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
info(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
info(msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
info(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
isDebugEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
isErrorEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
isInfoEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
isTraceEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
isWarnEnabled: Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def loadingCache[K <: AnyRef, V <: AnyRef](loader: (K) ⇒ V): LoadingCache[K, V]
-
def
logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
loggerName: String
- Attributes
- protected
- Definition Classes
- Logging
- implicit def map2JavaProperties(propertiesMap: Map[String, String]): Properties
- lazy val newLine: String
- lazy val nl: String
- implicit def reflectiveShutdownResource[A <: ReflectiveShutdown]: Resource[A]
- 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
- def sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String
-
def
trace(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
trace(msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
trace(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- implicit def uriToIRI(uri: URI): IRI
- implicit def urlToIRI(url: URL): IRI
-
def
warn(mkr: Marker, msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
warn(msg: ⇒ Any, t: ⇒ Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
warn(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logging
- object TypeCheckMapping