package
util
Type Members
-
case class
AmbiguousTypeMapping(msg: String) extends RuntimeException with Product with Serializable
-
type
IRIString = String
-
type
ReflectiveCloseable = AnyRef { def shutdown(): Unit }
-
-
implicit final
class
Tapable[A] extends AnyVal
-
-
-
type
URIString = String
Value Members
-
-
implicit
def
map2JavaProperties(propertiesMap: Map[String, String]): Properties
-
implicit
def
reflectiveCloseableResource[A <: ReflectiveCloseable]: Resource[A]
-
def
sampleDescr[T](items: Iterable[T], preCountIntro: String, postCountIntro: String, itemRenderer: (T) ⇒ String = _: T).toString, sampleSize: Int = 10, samplesDelimiter: String = "\n", ommisionMarker: Option[String] = Some("\n[...]")): String
-
def
sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int = 10, samplesDelimiter: String = "\n", ommisionMarker: Option[String] = Some("\n[...]")): String
-
implicit
def
scalaPathToFile(scalaPath: Path): File
-
implicit
def
scalaPathToJavaPath(scalaPath: Path): Path
-
implicit
def
uriToIRI(uri: URI): IRI
-
implicit
def
urlToIRI(url: URL): IRI
Inherited from AnyRef
Inherited from Any
Created by Markus Ackermann. No rights reserved.