Packages

implicit object functor extends Functor[[α$0$]RowF[Some, α$0$]]

Source
RowF.scala
Linear Supertypes
Functor[[α$0$]RowF[Some, α$0$]], Invariant[[α$0$]RowF[Some, α$0$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. functor
  2. Functor
  3. Invariant
  4. Serializable
  5. AnyRef
  6. 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. def as[A, B](fa: RowF[Some, A], b: B): RowF[Some, B]
    Definition Classes
    Functor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]RowF[Some, G[α]]]
    Definition Classes
    Functor
  8. def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]RowF[Some, G[α]]]
    Definition Classes
    Invariant
  9. def composeBifunctor[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]RowF[Some, G[α, β]]]
    Definition Classes
    Functor
  10. def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]RowF[Some, G[α]]]
    Definition Classes
    Functor → Invariant
  11. def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]RowF[Some, G[α]]]
    Definition Classes
    Invariant
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def fmap[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, B]
    Definition Classes
    Functor
  16. def fproduct[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, (A, B)]
    Definition Classes
    Functor
  17. def fproductLeft[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, (B, A)]
    Definition Classes
    Functor
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def ifF[A](fb: RowF[Some, Boolean])(ifTrue: => A, ifFalse: => A): RowF[Some, A]
    Definition Classes
    Functor
  21. def imap[A, B](fa: RowF[Some, A])(f: (A) => B)(g: (B) => A): RowF[Some, B]
    Definition Classes
    Functor → Invariant
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lift[A, B](f: (A) => B): (RowF[Some, A]) => RowF[Some, B]
    Definition Classes
    Functor
  24. def map[A, B](fa: CsvRow[A])(f: (A) => B): CsvRow[B]
    Definition Classes
    functor → Functor
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def tupleLeft[A, B](fa: RowF[Some, A], b: B): RowF[Some, (B, A)]
    Definition Classes
    Functor
  31. def tupleRight[A, B](fa: RowF[Some, A], b: B): RowF[Some, (A, B)]
    Definition Classes
    Functor
  32. def unzip[A, B](fab: RowF[Some, (A, B)]): (RowF[Some, A], RowF[Some, B])
    Definition Classes
    Functor
  33. def void[A](fa: RowF[Some, A]): RowF[Some, Unit]
    Definition Classes
    Functor
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def widen[A, B >: A](fa: RowF[Some, A]): RowF[Some, B]
    Definition Classes
    Functor

Inherited from Functor[[α$0$]RowF[Some, α$0$]]

Inherited from Invariant[[α$0$]RowF[Some, α$0$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped