package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ClasspathFileResource(path: String, file: File) extends Resource with Product with Serializable
- final case class ClasspathPackagedResource(path: String, url: URL) extends Resource with Product with Serializable
- final case class FilesystemResource(file: File) extends Resource with Product with Serializable
- class Integers extends AnyRef
- class Longs extends AnyRef
- trait NameGen extends AnyRef
- sealed trait Resource extends AnyRef
- trait ResourceCache extends AnyRef
- final case class Shard(offset: Int, length: Int) extends Product with Serializable