PathBased

case class PathBased[T](entries: List[Entry[T]], projectRoot: Path)
Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(path: Path): Option[Result[T]]

Inherited methods

Inherited from
Product