Packages

t

cc.drx

IOGenerator

trait IOGenerator[I, O] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOGenerator
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(jos: OutputStream): O
  2. abstract def apply(jis: InputStream): I
  3. abstract val exts: List[String]

Concrete Value Members

  1. def apply(out: Output): O
  2. def apply(in: Input): I
  3. def applyIf(t: Boolean, f: (IOGenerator[I, O]) => IOGenerator[I, O]): IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  4. def applyIf(t: (IOGenerator[I, O]) => Boolean)(f: (IOGenerator[I, O]) => IOGenerator[I, O]): IOGenerator[I, O]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  5. def canGenerate(file: File): Boolean
  6. def canRead(file: File): Boolean
  7. def canWrite: Boolean
  8. def canWrite(file: File): Boolean
  9. def elementOf(xs: Set[IOGenerator[I, O]]): Boolean
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  10. def noneIf(f: (IOGenerator[I, O]) => Boolean): Option[IOGenerator[I, O]]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def optionIf(f: (IOGenerator[I, O]) => Boolean): Option[IOGenerator[I, O]]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def preApply[B](f: (IOGenerator[I, O]) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def sideEffect(f: (IOGenerator[I, O]) => Unit): IOGenerator[I, O]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. def someIf(f: (IOGenerator[I, O]) => Boolean): Option[IOGenerator[I, O]]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  15. val thisAny: IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  16. def till(maxArg: IOGenerator[I, O]): Bound[IOGenerator[I, O]]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toBoundOps[IOGenerator[I, O]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[IOGenerator[I, O]] is in scope.
    Definition Classes
    BoundOps

Deprecated Value Members

  1. def ?>(f: (IOGenerator[I, O]) => Boolean): Option[IOGenerator[I, O]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (IOGenerator[I, O]) => B): B
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toDrxAny[IOGenerator[I, O]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)