implicit object functor extends Functor[[α$0$]RowF[Some, α$0$]]
- Source
- RowF.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- functor
- Functor
- Invariant
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def as[A, B](fa: RowF[Some, A], b: B): RowF[Some, B]
- Definition Classes
- Functor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[G[_]](implicit arg0: Functor[G]): Functor[[α]RowF[Some, G[α]]]
- Definition Classes
- Functor
- def compose[G[_]](implicit arg0: Invariant[G]): Invariant[[α]RowF[Some, G[α]]]
- Definition Classes
- Invariant
- def composeBifunctor[G[_, _]](implicit arg0: Bifunctor[G]): Bifunctor[[α, β]RowF[Some, G[α, β]]]
- Definition Classes
- Functor
- def composeContravariant[G[_]](implicit arg0: Contravariant[G]): Contravariant[[α]RowF[Some, G[α]]]
- Definition Classes
- Functor → Invariant
- def composeFunctor[G[_]](implicit arg0: Functor[G]): Invariant[[α]RowF[Some, G[α]]]
- Definition Classes
- Invariant
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def fmap[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, B]
- Definition Classes
- Functor
- def fproduct[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, (A, B)]
- Definition Classes
- Functor
- def fproductLeft[A, B](fa: RowF[Some, A])(f: (A) => B): RowF[Some, (B, A)]
- Definition Classes
- Functor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ifF[A](fb: RowF[Some, Boolean])(ifTrue: => A, ifFalse: => A): RowF[Some, A]
- Definition Classes
- Functor
- def imap[A, B](fa: RowF[Some, A])(f: (A) => B)(g: (B) => A): RowF[Some, B]
- Definition Classes
- Functor → Invariant
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[A, B](f: (A) => B): (RowF[Some, A]) => RowF[Some, B]
- Definition Classes
- Functor
- def map[A, B](fa: CsvRow[A])(f: (A) => B): CsvRow[B]
- Definition Classes
- functor → Functor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tupleLeft[A, B](fa: RowF[Some, A], b: B): RowF[Some, (B, A)]
- Definition Classes
- Functor
- def tupleRight[A, B](fa: RowF[Some, A], b: B): RowF[Some, (A, B)]
- Definition Classes
- Functor
- def unzip[A, B](fab: RowF[Some, (A, B)]): (RowF[Some, A], RowF[Some, B])
- Definition Classes
- Functor
- def void[A](fa: RowF[Some, A]): RowF[Some, Unit]
- Definition Classes
- Functor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def widen[A, B >: A](fa: RowF[Some, A]): RowF[Some, B]
- Definition Classes
- Functor