Folder

trait Folder extends Obj

The representation of a folder within an expression program. It allows to refer to existing folders through "key".attr[Folder] or to create a prototype Folder() which has a make action.

'''Note:''' passing a folder with runWith is not yet implemented.

Companion:
object
trait Obj
class Object
trait Matchable
class Any

Type members

Types

type Peer[~ <: Txn[~]] = Folder[~]

Value members

Inherited methods

def peer[T <: Txn[LazyRef(...)]](implicit tx: T): Option[Folder[T]]
Inherited from:
Obj