io.iteratee.files

eitherT

object eitherT extends EitherTFileModule

Linear Supertypes
EitherTFileModule, SuspendableFileModule[[γ$1$]EitherT[Eval, Throwable, γ$1$]], FileModule[[γ$1$]EitherT[Eval, Throwable, γ$1$]], EitherTModule, IterateeErrorModule[[γ$8$]EitherT[Eval, Throwable, γ$8$], Throwable], IterateeModule[[γ$8$]EitherT[Eval, Throwable, γ$8$]], EnumeratorErrorModule[[γ$7$]EitherT[Eval, Throwable, γ$7$], Throwable], EnumeratorModule[[γ$7$]EitherT[Eval, Throwable, γ$7$]], EnumerateeModule[[γ$6$]EitherT[Eval, Throwable, γ$6$]], Module[[γ$5$]EitherT[Eval, Throwable, γ$5$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. eitherT
  2. EitherTFileModule
  3. SuspendableFileModule
  4. FileModule
  5. EitherTModule
  6. IterateeErrorModule
  7. IterateeModule
  8. EnumeratorErrorModule
  9. EnumeratorModule
  10. EnumerateeModule
  11. Module
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class LiftToIterateePartiallyApplied[E] extends AnyRef

    Definition Classes
    IterateeModule
  2. final type M[f[_]] = MonadError[f, Throwable]

    Definition Classes
    EitherTModule → Module
  3. sealed class PerformPartiallyApplied[E] extends AnyRef

    Definition Classes
    EnumeratorModule

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val F: MonadError[[γ$9$]EitherT[Eval, Throwable, γ$9$], Throwable]

    Attributes
    protected
    Definition Classes
    EitherTModule → Module
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def bracket[R <: Closeable, A](fr: EitherT[Eval, Throwable, R])(f: (R) ⇒ EitherT[Eval, Throwable, A])(implicit F: MonadError[[γ$1$]EitherT[Eval, Throwable, γ$1$], Throwable]): EitherT[Eval, Throwable, A]

    Attributes
    protected
    Definition Classes
    FileModule
  9. final def captureEffect[A](a: ⇒ A): EitherT[Eval, Throwable, A]

    Attributes
    protected
    Definition Classes
    EitherTFileModuleSuspendableFileModule
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def collect[O, I](pf: PartialFunction[O, I]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  12. final def consume[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Vector[E]]

    Definition Classes
    IterateeModule
  13. final def consumeIn[E, C[_]](implicit C: Applicative[C], M: MonoidK[C]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, C[E]]

    Definition Classes
    IterateeModule
  14. final def cont[E, A](ifInput: (NonEmptyList[E]) ⇒ Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A], ifEnd: EitherT[Eval, Throwable, A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  15. final def cross[E1, E2](e2: Enumerator[[γ$6$]EitherT[Eval, Throwable, γ$6$], E2]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E1, (E1, E2)]

    Definition Classes
    EnumerateeModule
  16. final def done[E, A](value: A): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  17. final def drop[E](n: Long): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  18. final def dropI[E](n: Int): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Unit]

    Definition Classes
    IterateeModule
  19. final def dropWhile[E](p: (E) ⇒ Boolean): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  20. final def dropWhileI[E](p: (E) ⇒ Boolean): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Unit]

    Definition Classes
    IterateeModule
  21. final def dropWhileM[E](p: (E) ⇒ EitherT[Eval, Throwable, Boolean]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  22. final def empty[E]: Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  23. final def enumEither[E](either: Either[Throwable, E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorErrorModule
  24. final def enumIndexedSeq[E](es: IndexedSeq[E], min: Int, max: Int): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  25. final def enumIterable[E](es: Iterable[E], chunkSize: Int): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  26. final def enumList[E](es: List[E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  27. final def enumOne[E](e: E): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  28. final def enumStream[E](es: Stream[E], chunkSize: Int): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  29. final def enumVector[E](es: Vector[E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  30. final def enumerate[E](xs: E*): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  31. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  33. final def failEnumerator[E](t: Throwable): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorErrorModule
  34. final def failIteratee[E, A](t: Throwable): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeErrorModule
  35. final def filter[E](p: (E) ⇒ Boolean): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  36. final def filterM[E](p: (E) ⇒ EitherT[Eval, Throwable, Boolean]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  37. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def flatMap[O, I](f: (O) ⇒ Enumerator[[γ$6$]EitherT[Eval, Throwable, γ$6$], I]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  39. final def flatMapM[O, I](f: (O) ⇒ EitherT[Eval, Throwable, I]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  40. final def fold[E, A](init: A)(f: (A, E) ⇒ A): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  41. final def foldM[E, A](init: A)(f: (A, E) ⇒ EitherT[Eval, Throwable, A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  42. final def foldMap[E, A](f: (E) ⇒ A)(implicit A: Monoid[A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  43. final def foldMapM[E, A](f: (E) ⇒ EitherT[Eval, Throwable, A])(implicit A: Monoid[A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, A]

    Definition Classes
    IterateeModule
  44. final def foldMapMOption[E, A](f: (E) ⇒ EitherT[Eval, Throwable, A])(implicit A: Semigroup[A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Option[A]]

    Definition Classes
    IterateeModule
  45. final def foldMapOption[E, A](f: (E) ⇒ A)(implicit A: Semigroup[A]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Option[A]]

    Definition Classes
    IterateeModule
  46. final def foreach[E](f: (E) ⇒ Unit): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Unit]

    Definition Classes
    IterateeModule
  47. final def foreachM[A](f: (A) ⇒ EitherT[Eval, Throwable, Unit]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], A, Unit]

    Definition Classes
    IterateeModule
  48. final def generateM[E](f: EitherT[Eval, Throwable, Option[E]]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  49. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  50. final def grouped[E](n: Int): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, Vector[E]]

    Definition Classes
    EnumerateeModule
  51. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  52. final def head[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Option[E]]

    Definition Classes
    IterateeModule
  53. final def identityIteratee[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Unit]

    Definition Classes
    IterateeModule
  54. final def injectValue[E](e: E): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  55. final def injectValues[E](es: Seq[E]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  56. final def intersperse[E](delim: E): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  57. final def isEnd[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Boolean]

    Definition Classes
    IterateeModule
  58. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  59. final def iterate[E](init: E)(f: (E) ⇒ E): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  60. final def iterateM[E](init: E)(f: (E) ⇒ EitherT[Eval, Throwable, E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  61. final def iterateUntil[E](init: E)(f: (E) ⇒ Option[E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  62. final def iterateUntilM[E](init: E)(f: (E) ⇒ EitherT[Eval, Throwable, Option[E]]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  63. final def length[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Long]

    Definition Classes
    IterateeModule
  64. final def liftToEnumerator[E](fe: EitherT[Eval, Throwable, E]): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  65. final def liftToIteratee[E]: LiftToIterateePartiallyApplied[E]

    Definition Classes
    IterateeModule
  66. final def listFiles(dir: File): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], File]

    Definition Classes
    SuspendableFileModuleFileModule
  67. final def listFilesRec(dir: File): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], File]

    Definition Classes
    SuspendableFileModuleFileModule
  68. final def map[O, I](f: (O) ⇒ I): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  69. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  70. final def notify(): Unit

    Definition Classes
    AnyRef
  71. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  72. final def peek[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Option[E]]

    Definition Classes
    IterateeModule
  73. final def perform[E]: PerformPartiallyApplied[E]

    Definition Classes
    EnumeratorModule
  74. final def readBytes(file: File): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], Array[Byte]]

    Definition Classes
    SuspendableFileModuleFileModule
  75. final def readBytesFromStream(stream: InputStream): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], Array[Byte]]

    Definition Classes
    SuspendableFileModuleFileModule
  76. final def readLines(file: File): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], String]

    Definition Classes
    SuspendableFileModuleFileModule
  77. final def readLinesFromStream(stream: InputStream): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], String]

    Definition Classes
    SuspendableFileModuleFileModule
  78. final def readZipStreams(file: File): Enumerator[[γ$1$]EitherT[Eval, Throwable, γ$1$], (ZipEntry, InputStream)]

    Definition Classes
    SuspendableFileModuleFileModule
  79. final def remainderWithResult[O, R, I](iteratee: Iteratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, R])(f: (R, O) ⇒ I): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  80. final def remainderWithResultM[O, R, I](iteratee: Iteratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, R])(f: (R, O) ⇒ EitherT[Eval, Throwable, I]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  81. final def repeat[E](e: E): Enumerator[[γ$7$]EitherT[Eval, Throwable, γ$7$], E]

    Definition Classes
    EnumeratorModule
  82. final def reversed[E]: Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, List[E]]

    Definition Classes
    IterateeModule
  83. final def sequenceI[O, I](iteratee: Iteratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], O, I]

    Definition Classes
    EnumerateeModule
  84. final def splitOn[E](p: (E) ⇒ Boolean): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, Vector[E]]

    Definition Classes
    EnumerateeModule
  85. final def sum[E](implicit E: Monoid[E]): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, E]

    Definition Classes
    IterateeModule
  86. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  87. final def take[E](n: Long): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  88. final def takeI[E](n: Int): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Vector[E]]

    Definition Classes
    IterateeModule
  89. final def takeWhile[E](p: (E) ⇒ Boolean): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  90. final def takeWhileI[E](p: (E) ⇒ Boolean): Iteratee[[γ$8$]EitherT[Eval, Throwable, γ$8$], E, Vector[E]]

    Definition Classes
    IterateeModule
  91. final def takeWhileM[E](p: (E) ⇒ EitherT[Eval, Throwable, Boolean]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  92. def toString(): String

    Definition Classes
    AnyRef → Any
  93. final def uniq[E](implicit E: Eq[E]): Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, E]

    Definition Classes
    EnumerateeModule
  94. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. def writeBytes(file: File): Iteratee[[γ$1$]EitherT[Eval, Throwable, γ$1$], Array[Byte], Unit]

    Definition Classes
    SuspendableFileModuleFileModule
  98. def writeBytesToStream(stream: OutputStream): Iteratee[[γ$1$]EitherT[Eval, Throwable, γ$1$], Array[Byte], Unit]

    Definition Classes
    SuspendableFileModuleFileModule
  99. final def writeLines(file: File): Iteratee[[γ$1$]EitherT[Eval, Throwable, γ$1$], String, Unit]

    Definition Classes
    SuspendableFileModuleFileModule
  100. final def writeLinesToStream(stream: OutputStream): Iteratee[[γ$1$]EitherT[Eval, Throwable, γ$1$], String, Unit]

    Definition Classes
    SuspendableFileModuleFileModule
  101. final def zipWithIndex[E]: Enumeratee[[γ$6$]EitherT[Eval, Throwable, γ$6$], E, (E, Long)]

    Definition Classes
    EnumerateeModule

Inherited from EitherTFileModule

Inherited from SuspendableFileModule[[γ$1$]EitherT[Eval, Throwable, γ$1$]]

Inherited from FileModule[[γ$1$]EitherT[Eval, Throwable, γ$1$]]

Inherited from EitherTModule

Inherited from IterateeErrorModule[[γ$8$]EitherT[Eval, Throwable, γ$8$], Throwable]

Inherited from IterateeModule[[γ$8$]EitherT[Eval, Throwable, γ$8$]]

Inherited from EnumeratorErrorModule[[γ$7$]EitherT[Eval, Throwable, γ$7$], Throwable]

Inherited from EnumeratorModule[[γ$7$]EitherT[Eval, Throwable, γ$7$]]

Inherited from EnumerateeModule[[γ$6$]EitherT[Eval, Throwable, γ$6$]]

Inherited from Module[[γ$5$]EitherT[Eval, Throwable, γ$5$]]

Inherited from AnyRef

Inherited from Any

Ungrouped