Packages

trait ZioBifunctor extends Bifunctor[IO]

Linear Supertypes
Bifunctor[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZioBifunctor
  2. Bifunctor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 biMap[L1, R1, L2, R2](f: IO[L1, R1])(leftF: (L1) => L2, rightF: (R1) => R2): IO[L2, R2]
    Definition Classes
    ZioBifunctor → Bifunctor
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def leftMap[L1, R, L2](f: IO[L1, R])(leftF: (L1) => L2): IO[L2, R]
    Definition Classes
    ZioBifunctor → Bifunctor
  14. def map[L, R1, R2](f: IO[L, R1])(rightF: (R1) => R2): IO[L, R2]
    Definition Classes
    Bifunctor
  15. def mapError[L1, R, L2](f: IO[L1, R])(leftF: (L1) => L2): IO[L2, R]
    Definition Classes
    Bifunctor
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def rightMap[L, R1, R2](f: IO[L, R1])(rightF: (R1) => R2): IO[L, R2]
    Definition Classes
    ZioBifunctor → Bifunctor
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Bifunctor[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped