io.iteratee.files

either

object either extends EitherFileModule

Linear Supertypes
EitherFileModule, NonSuspendableFileModule[[β$0$]Either[Throwable, β$0$]], FileModule[[β$0$]Either[Throwable, β$0$]], EitherModule, IterateeErrorModule[[β$3$]Either[Throwable, β$3$], Throwable], IterateeModule[[β$3$]Either[Throwable, β$3$]], EnumeratorErrorModule[[β$2$]Either[Throwable, β$2$], Throwable], EnumeratorModule[[β$2$]Either[Throwable, β$2$]], EnumerateeModule[[β$1$]Either[Throwable, β$1$]], Module[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. either
  2. EitherFileModule
  3. NonSuspendableFileModule
  4. FileModule
  5. EitherModule
  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
    EitherModule → 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[[β$4$]Either[Throwable, β$4$], Throwable]

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

    Definition Classes
    Any
  8. final def bracket[R <: Closeable, A](fr: Either[Throwable, R])(f: (R) ⇒ Either[Throwable, A])(implicit F: MonadError[[β$0$]Either[Throwable, β$0$], Throwable]): Either[Throwable, A]

    Attributes
    protected
    Definition Classes
    FileModule
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def collect[O, I](pf: PartialFunction[O, I]): Enumeratee[[β$1$]Either[Throwable, β$1$], O, I]

    Definition Classes
    EnumerateeModule
  11. final def consume[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Vector[E]]

    Definition Classes
    IterateeModule
  12. final def consumeIn[E, C[_]](implicit C: Applicative[C], M: MonoidK[C]): Iteratee[[β$3$]Either[Throwable, β$3$], E, C[E]]

    Definition Classes
    IterateeModule
  13. final def cont[E, A](ifInput: (NonEmptyList[E]) ⇒ Iteratee[[β$3$]Either[Throwable, β$3$], E, A], ifEnd: Either[Throwable, A]): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeModule
  14. final def cross[E1, E2](e2: Enumerator[[β$1$]Either[Throwable, β$1$], E2]): Enumeratee[[β$1$]Either[Throwable, β$1$], E1, (E1, E2)]

    Definition Classes
    EnumerateeModule
  15. final def done[E, A](value: A, remaining: List[E]): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeModule
  16. final def drop[E](n: Long): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  17. final def dropI[E](n: Int): Iteratee[[β$3$]Either[Throwable, β$3$], E, Unit]

    Definition Classes
    IterateeModule
  18. final def dropWhile[E](p: (E) ⇒ Boolean): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  19. final def dropWhileI[E](p: (E) ⇒ Boolean): Iteratee[[β$3$]Either[Throwable, β$3$], E, Unit]

    Definition Classes
    IterateeModule
  20. final def dropWhileM[E](p: (E) ⇒ Either[Throwable, Boolean]): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  21. final def empty[E]: Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  22. final def enumIndexedSeq[E](es: IndexedSeq[E], min: Int, max: Int): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  23. final def enumList[E](es: List[E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  24. final def enumOne[E](e: E): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  25. final def enumStream[E](es: Stream[E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  26. final def enumVector[E](es: Vector[E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

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

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

    Definition Classes
    AnyRef → Any
  29. final def failEnumerator[E](t: Throwable): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorErrorModule
  30. final def failIteratee[E, A](t: Throwable): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeErrorModule
  31. final def filter[E](p: (E) ⇒ Boolean): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  32. final def filterM[E](p: (E) ⇒ Either[Throwable, Boolean]): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def flatMap[O, I](f: (O) ⇒ Enumerator[[β$1$]Either[Throwable, β$1$], I]): Enumeratee[[β$1$]Either[Throwable, β$1$], O, I]

    Definition Classes
    EnumerateeModule
  35. final def flatMapM[O, I](f: (O) ⇒ Either[Throwable, I]): Enumeratee[[β$1$]Either[Throwable, β$1$], O, I]

    Definition Classes
    EnumerateeModule
  36. final def fold[E, A](init: A)(f: (A, E) ⇒ A): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeModule
  37. final def foldM[E, A](init: A)(f: (A, E) ⇒ Either[Throwable, A]): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeModule
  38. final def foldMap[E, A](f: (E) ⇒ A)(implicit A: Monoid[A]): Iteratee[[β$3$]Either[Throwable, β$3$], E, A]

    Definition Classes
    IterateeModule
  39. final def foldMapOption[E, A](f: (E) ⇒ A)(implicit A: Semigroup[A]): Iteratee[[β$3$]Either[Throwable, β$3$], E, Option[A]]

    Definition Classes
    IterateeModule
  40. final def foreach[E](f: (E) ⇒ Unit): Iteratee[[β$3$]Either[Throwable, β$3$], E, Unit]

    Definition Classes
    IterateeModule
  41. final def foreachM[A](f: (A) ⇒ Either[Throwable, Unit]): Iteratee[[β$3$]Either[Throwable, β$3$], A, Unit]

    Definition Classes
    IterateeModule
  42. final def generateM[E](f: Either[Throwable, Option[E]]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

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

    Definition Classes
    AnyRef → Any
  44. final def grouped[E](n: Int): Enumeratee[[β$1$]Either[Throwable, β$1$], E, Vector[E]]

    Definition Classes
    EnumerateeModule
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. final def head[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Option[E]]

    Definition Classes
    IterateeModule
  47. final def identity[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Unit]

    Definition Classes
    IterateeModule
  48. final def intersperse[E](delim: E): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  49. final def isEnd[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Boolean]

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

    Definition Classes
    Any
  51. final def iterate[E](init: E)(f: (E) ⇒ E): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  52. final def iterateM[E](init: E)(f: (E) ⇒ Either[Throwable, E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  53. final def iterateUntil[E](init: E)(f: (E) ⇒ Option[E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  54. final def iterateUntilM[E](init: E)(f: (E) ⇒ Either[Throwable, Option[E]]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  55. final def length[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Long]

    Definition Classes
    IterateeModule
  56. final def liftToEnumerator[E](fe: Either[Throwable, E]): Enumerator[[β$2$]Either[Throwable, β$2$], E]

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

    Definition Classes
    IterateeModule
  58. final def listFiles(dir: File): Enumerator[[β$0$]Either[Throwable, β$0$], File]

    Definition Classes
    NonSuspendableFileModuleFileModule
  59. final def listFilesRec(dir: File): Enumerator[[β$0$]Either[Throwable, β$0$], File]

    Definition Classes
    NonSuspendableFileModuleFileModule
  60. final def map[O, I](f: (O) ⇒ I): Enumeratee[[β$1$]Either[Throwable, β$1$], O, I]

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

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

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

    Definition Classes
    AnyRef
  64. final def peek[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, Option[E]]

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

    Definition Classes
    EnumeratorModule
  66. final def readBytes(file: File): Enumerator[[β$0$]Either[Throwable, β$0$], Array[Byte]]

    Definition Classes
    NonSuspendableFileModuleFileModule
  67. final def readBytesFromStream(stream: InputStream): Enumerator[[β$0$]Either[Throwable, β$0$], Array[Byte]]

    Definition Classes
    NonSuspendableFileModuleFileModule
  68. final def readLines(file: File): Enumerator[[β$0$]Either[Throwable, β$0$], String]

    Definition Classes
    NonSuspendableFileModuleFileModule
  69. final def readLinesFromStream(stream: InputStream): Enumerator[[β$0$]Either[Throwable, β$0$], String]

    Definition Classes
    NonSuspendableFileModuleFileModule
  70. final def readZipStreams(file: File): Enumerator[[β$0$]Either[Throwable, β$0$], (ZipEntry, InputStream)]

    Definition Classes
    NonSuspendableFileModuleFileModule
  71. final def repeat[E](e: E): Enumerator[[β$2$]Either[Throwable, β$2$], E]

    Definition Classes
    EnumeratorModule
  72. final def reversed[E]: Iteratee[[β$3$]Either[Throwable, β$3$], E, List[E]]

    Definition Classes
    IterateeModule
  73. final def sequenceI[O, I](iteratee: Iteratee[[β$1$]Either[Throwable, β$1$], O, I]): Enumeratee[[β$1$]Either[Throwable, β$1$], O, I]

    Definition Classes
    EnumerateeModule
  74. final def splitOn[E](p: (E) ⇒ Boolean): Enumeratee[[β$1$]Either[Throwable, β$1$], E, Vector[E]]

    Definition Classes
    EnumerateeModule
  75. final def sum[E](implicit E: Monoid[E]): Iteratee[[β$3$]Either[Throwable, β$3$], E, E]

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

    Definition Classes
    AnyRef
  77. final def take[E](n: Long): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  78. final def takeI[E](n: Int): Iteratee[[β$3$]Either[Throwable, β$3$], E, Vector[E]]

    Definition Classes
    IterateeModule
  79. final def takeWhile[E](p: (E) ⇒ Boolean): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  80. final def takeWhileI[E](p: (E) ⇒ Boolean): Iteratee[[β$3$]Either[Throwable, β$3$], E, Vector[E]]

    Definition Classes
    IterateeModule
  81. final def takeWhileM[E](p: (E) ⇒ Either[Throwable, Boolean]): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

    Definition Classes
    EnumerateeModule
  82. def toString(): String

    Definition Classes
    AnyRef → Any
  83. final def uniq[E](implicit E: Eq[E]): Enumeratee[[β$1$]Either[Throwable, β$1$], E, E]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def writeBytes(file: File): Iteratee[[β$0$]Either[Throwable, β$0$], Array[Byte], Unit]

    Definition Classes
    NonSuspendableFileModuleFileModule
  88. def writeBytesToStream(stream: OutputStream): Iteratee[[β$0$]Either[Throwable, β$0$], Array[Byte], Unit]

    Definition Classes
    NonSuspendableFileModuleFileModule
  89. final def writeLines(file: File): Iteratee[[β$0$]Either[Throwable, β$0$], String, Unit]

    Definition Classes
    NonSuspendableFileModuleFileModule
  90. final def writeLinesToStream(stream: OutputStream): Iteratee[[β$0$]Either[Throwable, β$0$], String, Unit]

    Definition Classes
    NonSuspendableFileModuleFileModule
  91. final def zipWithIndex[E]: Enumeratee[[β$1$]Either[Throwable, β$1$], E, (E, Long)]

    Definition Classes
    EnumerateeModule

Inherited from EitherFileModule

Inherited from NonSuspendableFileModule[[β$0$]Either[Throwable, β$0$]]

Inherited from FileModule[[β$0$]Either[Throwable, β$0$]]

Inherited from EitherModule

Inherited from IterateeErrorModule[[β$3$]Either[Throwable, β$3$], Throwable]

Inherited from IterateeModule[[β$3$]Either[Throwable, β$3$]]

Inherited from EnumeratorErrorModule[[β$2$]Either[Throwable, β$2$], Throwable]

Inherited from EnumeratorModule[[β$2$]Either[Throwable, β$2$]]

Inherited from EnumerateeModule[[β$1$]Either[Throwable, β$1$]]

Inherited from Module[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped