scalaz

Foldable

object Foldable extends FoldableLow

Source
Foldable.scala
Linear Supertypes
FoldableLow, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Foldable
  2. FoldableLow
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. implicit def CallableFoldable : Foldable[Callable]

    Attributes
    implicit
  7. implicit def EitherLeftFoldable [X] : Foldable[[α]LeftProjection[α, X]]

    Attributes
    implicit
  8. implicit def EitherRightFoldable [X] : Foldable[[α]RightProjection[X, α]]

    Attributes
    implicit
  9. implicit def FingerFoldable [V] : Foldable[[α]Finger[V, α]]

    Attributes
    implicit
  10. implicit def FingerTreeFoldable [V] : Foldable[[α]FingerTree[V, α]]

    Attributes
    implicit
  11. implicit def Function0Foldable : Foldable[Function0]

    Attributes
    implicit
  12. implicit def IdentityFoldable : Foldable[Identity]

    Attributes
    implicit
  13. implicit val IndSeqFoldable : Foldable[IndSeq]

    Attributes
    implicit
  14. def IterableSubtypeFoldable [I[X] <: Iterable[X]] : Foldable[I]

  15. implicit def JavaIterableFoldable : Foldable[Iterable]

    Attributes
    implicit
  16. implicit def LazyOptionFoldable : Foldable[LazyOption]

    Attributes
    implicit
  17. implicit val ListFoldable : Foldable[List]

    Attributes
    implicit
  18. implicit def NodeFoldable [V] : Foldable[[α]Node[V, α]]

    Attributes
    implicit
  19. implicit def NonEmptyListFoldable : Foldable[NonEmptyList]

    Attributes
    implicit
  20. implicit def OptionFoldable : Foldable[Option]

    Attributes
    implicit
  21. implicit def StateFoldable : Foldable[[α]State[Unit, α]]

    Attributes
    implicit
  22. implicit def StreamFoldable [A] : Foldable[Stream]

    Attributes
    implicit
  23. implicit def TraversableFoldable [CC[X] <: Traversable[X]] : Foldable[CC]

    Attributes
    implicit
    Definition Classes
    FoldableLow
  24. implicit def TreeFoldable : Foldable[Tree]

    Attributes
    implicit
  25. implicit def Tuple1Foldable : Foldable[Tuple1]

    Attributes
    implicit
  26. implicit def ValidationFailureFoldable [X] : Foldable[[α]FailProjection[α, X]]

    Attributes
    implicit
  27. implicit def ValidationFoldable [X] : Foldable[[α]Validation[X, α]]

    Attributes
    implicit
  28. implicit def ZipStreamFoldable : Foldable[ZipStream]

    Attributes
    implicit
  29. implicit def ZipperFoldable : Foldable[Zipper]

    Attributes
    implicit
  30. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  31. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  33. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  36. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  37. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  38. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  39. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  40. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  41. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  42. def toString (): String

    Definition Classes
    AnyRef → Any
  43. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FoldableLow

Inherited from AnyRef

Inherited from Any