io.iteratee

files

package files

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. files
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. object NonSuspendableFileModule

  2. object either extends EitherFileModule

  3. object eitherT extends EitherTFileModule

  4. def future(implicit ec0: ExecutionContext): FutureModule with FileModule[Future]

  5. object try_ extends TryFileModule

Inherited from AnyRef

Inherited from Any

Ungrouped