object Fold_ extends Serializable

Source
Fold.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fold_
  2. Serializable
  3. AnyRef
  4. 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. implicit final def aLensToFold[S, T, A, B](aLens: ALens_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from ALens_ to Fold_

  5. implicit final def aPrismToFold[S, T, A, B](aPrism: APrism_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from APrism_ to Fold_

  6. implicit final def aTraversalToFold[S, T, A, B](aTraversal: ATraversal_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from ATraversal_ to Fold_

  7. implicit final def affineTraversalToFold[S, T, A, B](affineTraversal: AffineTraversal_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from AffineTraversal_ to Fold_

  8. implicit final def anAffineTraversalToFold[S, T, A, B](anAffineTraversal: AnAffineTraversal_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from AnAffineTraversal_ to Fold_

  9. final def apply[S, T, A, B](get: (S) => A): Fold_[S, T, A, B]

    create a polymorphic Fold_ from a getter function

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final def both[G[_, _], A, B](implicit arg0: Bifoldable[G]): Fold_[G[A, A], G[B, B], A, B]

    fold both parts of a cats.Bifoldable with matching types

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def filter[A](predicate: (A) => Boolean): Fold_[A, A, A, A]

    create a polymorphic Fold_ using a predicate to filter out elements of future optics composed with this Fold_

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def fromFoldable[F[_], A, B](implicit ev0: Foldable[F]): Fold_[F[A], F[B], A, B]

    create a polymorphic Fold_ from cats.Foldable

  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. implicit final def getterToFold[S, T, A, B](getter: Getter_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from Getter_ to Fold_

  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def id[S, T]: Fold_[S, T, S, T]

    polymorphic identity of a Fold_

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. implicit final def lensToFold[S, T, A, B](lens: Lens_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from Lens_ to Fold_

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. implicit final def prismToFold[S, T, A, B](prism: Prism_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from Prism_ to Fold_

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. implicit final def traversalToFold[S, T, A, B](traversal: Traversal_[S, T, A, B]): Fold_[S, T, A, B]

    implicit conversion from Traversal_ to Fold_

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped