final class Traverse1Ops[F[_], A] extends Ops[F[A]]
Wraps a value self
and provides methods related to Traverse1
- Source
- Traverse1Syntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Traverse1Ops
- Ops
- 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
- implicit val F: Traverse1[F]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val self: F[A]
- Definition Classes
- Traverse1Ops → Ops
- final def sequence1[G[_], B](implicit ev: ===[A, G[B]], G: Apply[G]): G[F[B]]
Traverse with the identity function
- final def sequence1M[G[_], B](implicit ev: ===[A, G[F[B]]], G: Apply[G], FM: Bind[F]): G[F[B]]
- final def sequence1U(implicit G: Unapply[Apply, A]): M[F[A]]
A version of
sequence1
that infers the nested type constructor - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def traverse1[G[_], B](f: (A) => G[B])(implicit G: Apply[G]): G[F[B]]
- final def traverse1M[G[_], B](f: (A) => G[F[B]])(implicit G: Apply[G], FM: Bind[F]): G[F[B]]
- final def traverse1U[GB](f: (A) => GB)(implicit G: Unapply[Apply, GB]): M[F[A]]
A version of
traverse1
that infers the type constructorG
- 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()