Packages

object SingletonTraverse extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingletonTraverse
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. abstract class FromTraverse[F[_]] extends SingletonTraverse[F]
  3. trait Ops[F[_], C, A] extends Serializable

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 apply[F[_]](implicit F: SingletonTraverse[F]): Aux[F, Context]
  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]) @IntrinsicCandidate() @native()
  7. def composeWith[F[_], G[_], C](FF: SingletonTraverse[F], GG: SingletonTraverse[G])(combine: (Context, Context) => C): Aux[[a]F[G[a]], C]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. implicit val singletonTraverseCatsId: Aux[Id, Unit]
  17. implicit def singletonTraverseCatsTuple2[A]: Aux[[β$0$](A, β$0$), A]
  18. implicit def singletonTraverseEither[A]: Aux[[β$2$]Either[A, β$2$], Unit]
  19. implicit def singletonTraverseNested[F[_], G[_], FC, GC](implicit F: Aux[F, FC], G: Aux[G, GC]): Aux[[γ$4$]Nested[F, G, γ$4$], (FC, GC)]
  20. implicit val singletonTraverseOption: Aux[Option, Unit]
  21. implicit val singletonTraverseSourceTag: Aux[Source, Unit]
  22. implicit val singletonTraverseTargetTag: Aux[Target, Unit]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. object syntax

    Extension method for instances of SingletonTraverse.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped