Packages

p

io.iteratee

files

package files

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. files
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait EitherFileModule extends EitherModule with NonSuspendableFileModule[[β$0$]Either[Throwable, β$0$]]
  2. trait EitherTFileModule extends EitherTModule with SuspendableFileModule[[γ$1$]EitherT[Eval, Throwable, γ$1$]]
  3. trait FileModule[F[_]] extends AnyRef
  4. trait FutureFileModule extends FutureModule with NonSuspendableFileModule[Future]
  5. trait NonSuspendableFileModule[F[_]] extends FileModule[F]

    File operations for contexts that are not suspendable.

  6. trait SuspendableFileModule[F[_]] extends FileModule[F]

    File operations for contexts that are suspendable and for which recursive monadic binding is stack safe.

  7. trait TryFileModule extends TryModule with NonSuspendableFileModule[Try]

Value Members

  1. def future(implicit ec0: ExecutionContext): FutureModule with FileModule[Future]
  2. object NonSuspendableFileModule
  3. object either extends EitherFileModule
  4. object eitherT extends EitherTFileModule
  5. object try_ extends TryFileModule

Inherited from AnyRef

Inherited from Any

Ungrouped