object Fold_ extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Fold_
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 final def aLensToFold[S, T, A, B](aLens: ALens_[S, T, A, B]): Fold_[S, T, A, B]
- implicit final def aPrismToFold[S, T, A, B](aPrism: APrism_[S, T, A, B]): Fold_[S, T, A, B]
-
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_
-
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_
-
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_
-
final
def
apply[S, T, A, B](get: (S) ⇒ A): Fold_[S, T, A, B]
create a polymorphic Fold_ from a getter function
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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_
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
fromFoldable[F[_], A, B, T](implicit ev0: Foldable[F]): Fold_[F[A], B, A, T]
create a polymorphic Fold_ from cats.Foldable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit final def getterToFold[S, T, A, B](getter: Getter_[S, T, A, B]): Fold_[S, T, A, B]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
id[S, T]: Fold_[S, T, S, T]
polymorphic identity of a Fold_
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit final def lensToFold[S, T, A, B](lens: Lens_[S, T, A, B]): Fold_[S, T, A, B]
-
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()
- implicit final def prismToFold[S, T, A, B](prism: Prism_[S, T, A, B]): Fold_[S, T, A, B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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_
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()