object SingletonTraverse extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SingletonTraverse
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[F[_], C] = SingletonTraverse[F] { type Context = C }
Make the dependent Context type explicit as a type argument to help with type inference.
Make the dependent Context type explicit as a type argument to help with type inference.
The construction is the same as in shapeless. [The Type Astronaut's Guide to Shapeless Book](https://underscore.io/books/shapeless-guide/) explains the idea in Chapter 4.2.
- abstract class FromTraverse[F[_]] extends SingletonTraverse[F]
- trait Ops[F[_], C, A] extends Serializable
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 apply[F[_]](implicit F: SingletonTraverse[F]): Aux[F, Context]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def composeWith[F[_], G[_], C](FF: SingletonTraverse[F], GG: SingletonTraverse[G])(combine: (Context, Context) => C): Aux[[a]F[G[a]], C]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- implicit val singletonTraverseCatsId: Aux[Id, Unit]
- implicit def singletonTraverseCatsTuple2[A]: Aux[[β$0$](A, β$0$), A]
- implicit def singletonTraverseEither[A]: Aux[[β$2$]Either[A, β$2$], Unit]
- implicit def singletonTraverseNested[F[_], G[_], FC, GC](implicit F: Aux[F, FC], G: Aux[G, GC]): Aux[[γ$4$]Nested[F, G, γ$4$], (FC, GC)]
- implicit val singletonTraverseOption: Aux[Option, Unit]
- implicit val singletonTraverseSourceTag: Aux[Source, Unit]
- implicit val singletonTraverseTargetTag: Aux[Target, Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object syntax
Extension method for instances of SingletonTraverse.