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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toany2stringadd[IOGenerator[I, O]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IOGenerator[I, O], B)
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toArrowAssoc[IOGenerator[I, O]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(out: Output): O
  7. def apply(in: Input): I
  8. 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
  9. 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
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canGenerate(file: File): Boolean
  12. def canRead(file: File): Boolean
  13. def canWrite: Boolean
  14. def canWrite(file: File): Boolean
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. 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
  17. def ensuring(cond: (IOGenerator[I, O]) => Boolean, msg: => Any): IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toEnsuring[IOGenerator[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (IOGenerator[I, O]) => Boolean): IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toEnsuring[IOGenerator[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toEnsuring[IOGenerator[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): IOGenerator[I, O]
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toEnsuring[IOGenerator[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toStringFormat[IOGenerator[I, O]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. 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
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. 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
  33. 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
  34. 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
  35. 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
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. 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
  38. 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
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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)

  3. def [B](y: B): (IOGenerator[I, O], B)
    Implicit
    This member is added by an implicit conversion from IOGenerator[I, O] toArrowAssoc[IOGenerator[I, O]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromIOGenerator[I, O] to DrxAny[IOGenerator[I, O]]

Inherited by implicit conversion DrxBoundOps fromIOGenerator[I, O] to BoundOps[IOGenerator[I, O]]

Inherited by implicit conversion any2stringadd fromIOGenerator[I, O] to any2stringadd[IOGenerator[I, O]]

Inherited by implicit conversion StringFormat fromIOGenerator[I, O] to StringFormat[IOGenerator[I, O]]

Inherited by implicit conversion Ensuring fromIOGenerator[I, O] to Ensuring[IOGenerator[I, O]]

Inherited by implicit conversion ArrowAssoc fromIOGenerator[I, O] to ArrowAssoc[IOGenerator[I, O]]

Ungrouped