c

zio.parser

UnitPrinterOps

implicit final class UnitPrinterOps[Err, Out] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnitPrinterOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnitPrinterOps(self: Printer[Err, Out, Unit])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def toString(): String
    Definition Classes
    Any
  8. def zipRight[Err2 >: Err, Out2 >: Out, Value](that: => Printer[Err2, Out2, Value]): Printer[Err2, Out2, Value]

    Print Unit with this, then print that and use the second printer's result value

  9. def ~>[Err2 >: Err, Out2 >: Out, Value](that: => Printer[Err2, Out2, Value]): Printer[Err2, Out2, Value]

    Symbolic alias for zipRight

Inherited from AnyVal

Inherited from Any

Ungrouped