Object

quasar.fs.mount

hierarchical

Related Doc: package mount

Permalink

object hierarchical

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hierarchical
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MountedResultH[A] = KeyValueStore[ResultHandle, (ADir, ResultHandle), A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def analyticalFileSystem[F[_], S[_]](mounts: Mounts[~>[AnalyticalFileSystem, F]])(implicit S1: :<:[F, S], S2: :<:[MountedResultH, S], S3: :<:[MonotonicSeq, S]): ~>[AnalyticalFileSystem, [β$16$]Free[S, β$16$]]

    Permalink
  5. def analyze[F[_], S[_]](afs: Mounts[~>[Analyze, F]])(implicit S1: :<:[F, S], S2: :<:[MonotonicSeq, S], S3: :<:[MountedResultH, S]): ~>[Analyze, [β$12$]Free[S, β$12$]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def fileSystem[F[_], S[_]](mounts: Mounts[~>[FileSystem, F]])(implicit S1: :<:[F, S], S2: :<:[MountedResultH, S], S3: :<:[MonotonicSeq, S]): ~>[FileSystem, [β$15$]Free[S, β$15$]]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def manageFile[F[_], S[_]](mfs: Mounts[~>[ManageFile, F]])(implicit S: :<:[F, S]): ~>[ManageFile, [β$6$]Free[S, β$6$]]

    Permalink

    Returns a ManageFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def queryFile[F[_], S[_]](qfs: Mounts[~>[QueryFile, F]])(implicit S1: :<:[F, S], S2: :<:[MonotonicSeq, S], S3: :<:[MountedResultH, S]): ~>[QueryFile, [β$9$]Free[S, β$9$]]

    Permalink

    Returns a QueryFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

  20. def readFile[F[_], S[_]](rfs: Mounts[~>[ReadFile, F]])(implicit S: :<:[F, S]): ~>[ReadFile, [β$0$]Free[S, β$0$]]

    Permalink

    Returns a ReadFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

    Returns a ReadFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

    rfs

    ReadFileF interpreters indexed by mount

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def writeFile[F[_], S[_]](wfs: Mounts[~>[WriteFile, F]])(implicit S: :<:[F, S]): ~>[WriteFile, [β$3$]Free[S, β$3$]]

    Permalink

    Returns a WriteFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

    Returns a WriteFileF interpreter that selects one of the configured child interpreters based on the path of the incoming request.

    wfs

    WriteFileF interpreters indexed by mount

Inherited from AnyRef

Inherited from Any

Ungrouped