Package

org.aksw.owlpod

util

Permalink

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

    Permalink
  2. implicit final class BetterFileW extends AnyVal

    Permalink
  3. implicit final class BooleanW extends AnyVal

    Permalink
  4. type IRIString = String

    Permalink
    Definition Classes
    TypeAliases
  5. implicit final class OWLOntologyW extends AnyVal

    Permalink
  6. type ReflectiveCloseable = AnyRef { def shutdown(): Unit }

    Permalink
  7. implicit final class StringOWLApiSyntax extends AnyVal

    Permalink
  8. implicit final class Tapable[A] extends AnyVal

    Permalink
  9. trait TypeAliases extends AnyRef

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  10. class TypeCheckMapping[K, V] extends AnyRef

    Permalink
  11. type URIString = String

    Permalink
    Definition Classes
    TypeAliases

Value Members

  1. object TypeCheckMapping

    Permalink
  2. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  3. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  4. implicit val defaultCodec: Codec

    Permalink
  5. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  6. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  7. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  12. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  13. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  14. def loadingCache[K <: AnyRef, V <: AnyRef](loader: (K) ⇒ V): LoadingCache[K, V]

    Permalink
  15. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. implicit def map2JavaProperties(propertiesMap: Map[String, String]): Properties

    Permalink
  18. lazy val newLine: String

    Permalink
  19. lazy val nl: String

    Permalink
  20. implicit def reflectiveCloseableResource[A <: ReflectiveCloseable]: Resource[A]

    Permalink
  21. 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

    Permalink
  22. def sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int = 10, samplesDelimiter: String = nl, ommisionMarker: Option[String] = Some(s"$nl[...]")): String

    Permalink
  23. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. implicit def uriToIRI(uri: URI): IRI

    Permalink
  26. implicit def urlToIRI(url: URL): IRI

    Permalink
  27. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from TypeAliases

Inherited from AnyRef

Inherited from Any

Ungrouped