Packages

object CanBeProcessErrorTarget extends LowPriorityCanBeProcessErrorTarget

Instances of the CanBeProcessErrorTarget type class

There are instances for the following types:

  • java.nio.file.Path to redirect the error channel to a file
  • fs2.Sink to redirect the error channel to a sink. The result type is Unit.
  • fs2.Pipe if the pipe's output element type is a cats.Monoid. The result type is its element type.
  • fs2.Pipe if the pipe's output element type is not a cats.Monoid. The result type is a Vector of its element type.
  • Drain
  • ToVector
  • Fold
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanBeProcessErrorTarget
  2. LowPriorityCanBeProcessErrorTarget
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[To, Err0, ErrResult0] = CanBeProcessErrorTarget[To] { ... /* 2 definitions in type refinement */ }

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def create[To, Err0, ErrResult0](fn: (To) ⇒ ProcessErrorTarget[Err0, ErrResult0]): Aux[To, Err0, ErrResult0]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. implicit def foldPipeAsErrorTarget[Err, Res]: Aux[Fold[Err, Res], Err, Res]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. implicit def ignorePipeAsErrorTarget[Err]: Aux[Drain[Err], Err, Unit]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. implicit def logPipeAsErrorTarget[Err]: Aux[ToVector[Err], Err, Vector[Err]]
  16. implicit def monoidPipeAsErrorTarget[Err](implicit monoid: Monoid[Err]): Aux[Pipe[IO, Byte, Err], Err, Err]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. implicit val pathAsErrorTarget: Aux[Path, Byte, Unit]
  21. implicit def pipeAsErrorTarget[Err]: Aux[Pipe[IO, Byte, Err], Err, Vector[Err]]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped