final
class
Ops[S[_]] extends LiftedOps[Mounting, S]
Instance Constructors
-
new
Ops()(implicit S: :<:[Mounting, S])
Type Members
-
type
FreeS[A] = Free[S, A]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(path: APath): FreeS[slamdata.Predef.Boolean]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
havingPrefix(dir: ADir): FreeS[slamdata.Predef.Map[APath, MountType]]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
lookupConfig(path: APath): OptionT[FreeS, MountConfig]
-
def
lookupModuleConfig(path: ADir): OptionT[FreeS, ModuleConfig]
-
def
lookupType(path: APath): OptionT[FreeS, MountType]
-
def
modulesHavingPrefix(dir: ADir): FreeS[slamdata.Predef.Set[ADir]]
-
def
modulesHavingPrefix_(dir: ADir): FreeS[slamdata.Predef.Set[RDir]]
-
-
def
mountFileSystem(loc: ADir, typ: FileSystemType, uri: ConnectionUri)(implicit S0: :<:[MountingFailure, S]): FreeS[slamdata.Predef.Unit]
-
def
mountModule(loc: ADir, statements: slamdata.Predef.List[Statement[Fix[Sql]]])(implicit SO: :<:[MountingFailure, S]): FreeS[slamdata.Predef.Unit]
-
def
mountView(loc: AFile, query: Fix[Sql], vars: Variables)(implicit S0: :<:[MountingFailure, S]): FreeS[slamdata.Predef.Unit]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
remount[T](src: Path[Abs, T, Sandboxed], dst: Path[Abs, T, Sandboxed])(implicit S0: :<:[MountingFailure, S]): FreeS[slamdata.Predef.Unit]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unmount(path: APath)(implicit S0: :<:[MountingFailure, S]): FreeS[slamdata.Predef.Unit]
-
def
viewsHavingPrefix(dir: ADir): FreeS[slamdata.Predef.Set[AFile]]
-
def
viewsHavingPrefix_(dir: ADir): FreeS[slamdata.Predef.Set[RFile]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any