NuagesImpl

object NuagesImpl
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Txn[LazyRef(...)]](surface: Surface[T])(implicit tx: T): Nuages[T]
def copyGraph[T <: Txn[LazyRef(...)]](xs: IndexedSeq[Obj[T]])(implicit tx: T): IndexedSeq[Obj[T]]
def find[T <: Txn[LazyRef(...)]]()(implicit tx: T): Option[Nuages[T]]
def folder[T <: Txn[LazyRef(...)]](implicit tx: T): Nuages[T]
def format[T <: Txn[LazyRef(...)]]: TFormat[T, Nuages[T]]
def mkCategoryFolders[T <: Txn[LazyRef(...)]](n: Nuages[T])(implicit tx: T): Unit
def read[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Nuages[T]
def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Nuages[T]
def timeline[T <: Txn[LazyRef(...)]](implicit tx: T): Nuages[T]
def use[T <: Txn[LazyRef(...)], A](n: Nuages[T])(body: => A)(implicit tx: T): A