replpp.util

package replpp.util

Members list

Type members

Classlikes

object Cache

A simple cache for cacheKey -> Path, where Path is a single file

A simple cache for cacheKey -> Path, where Path is a single file

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Cache.type

Value members

Concrete methods

def deleteRecursively(path: Path): Unit
def linesFromFile(path: Path): Seq[String]
def sequenceTry[A](tries: Seq[Try[A]]): Try[Seq[A]]