scalaz

package scalaz

Scalaz: Type classes and pure functional data structures for Scala.

This package, scalaz, contains:

Type class instances and other functions related to the Scala and Java standard library are in scalaz.scalaz.std

Implicit conversions and wrapper classes that provide a more convenient syntax for accessing the functionality of the library are in scalaz.scalaz.syntax.

Type Classes Index

Data Structures Index

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalaz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class -\/[+A](a: A) extends \/[A, Nothing] with Product with Serializable

  2. type :<:[F[_], G[_]] = Inject[F, G]

    scalaz.Inject[F, G]

  3. type :≺:[F[_], G[_]] = Inject[F, G]

    scalaz.Inject[F, G]

  4. type <~[+F[_], -G[_]] = NaturalTransformation[G, F]

    A scalaz.NaturalTransformation[G, F].

  5. sealed abstract class ==>>[A, B] extends AnyRef

  6. type =?>[E, A] = Kleisli[Option, E, A]

  7. type @>[A, B] = LensFamily[A, A, B, B]

  8. type @?>[A, B] = PLensFamily[A, A, B, B]

  9. type @@[+T, Tag] = T with Tagged[Tag]

    Tag a type T with Tag.

    Tag a type T with Tag. The resulting type is a subtype of T.

    The resulting type is used to discriminate between type class instances.

    See also

    scalaz.Tag and scalaz.Tags

    Credit to Miles Sabin for the idea.

  10. abstract class Adjunction[F[_], G[_]] extends AnyRef

    An adjunction formed by two functors F and G such that F is left-adjoint to G.

  11. trait AdjunctionFunctions extends AnyRef

  12. sealed abstract class AdjunctionInstances extends AnyRef

  13. trait Align[F[_]] extends Functor[F]

  14. sealed abstract class Alpha extends Product with Serializable

    An algebraic data type representing the characters 'a' to 'z'

  15. trait AlphaFunctions extends AnyRef

  16. sealed abstract class AlphaInstances extends AnyRef

  17. type Alternative[F[_]] = ApplicativePlus[F]

  18. trait Applicative[F[_]] extends Apply[F]

    Applicative Functor, described in Applicative Programming with Effects

  19. trait ApplicativePlus[F[_]] extends Applicative[F] with PlusEmpty[F]

    scalaz.Applicative combined with scalaz.PlusEmpty.

  20. trait Apply[F[_]] extends Functor[F]

    scalaz.Applicative without point.

  21. trait Arrow[=>:[_, _]] extends Split[=>:] with Profunctor[=>:] with Category[=>:]

    A scalaz.Category supporting all ordinary functions, as well as combining arrows product-wise.

  22. trait BKTreeFunctions extends AnyRef

  23. sealed abstract class BKTreeInstances extends AnyRef

  24. trait BiConstrainedNaturalTransformation[F[_, _], G[_, _], C[_], E[_]] extends AnyRef

    A constrained transformation natural in both sides of a bifunctor

  25. trait BiNaturalTransformation[-F[_, _], +G[_, _]] extends AnyRef

    A function universally quantified over two parameters.

  26. trait Bifoldable[F[_, _]] extends AnyRef

    A type giving rise to two unrelated scalaz.Foldables.

  27. trait Bifunctor[F[_, _]] extends AnyRef

    A type giving rise to two unrelated scalaz.Functors.

  28. final class BijectionT[F[_], G[_], A, B] extends AnyRef

  29. trait BijectionTFunctions extends AnyRef

  30. sealed abstract class BijectionTInstances extends BijectionTInstances0

  31. sealed abstract class BijectionTInstances0 extends AnyRef

  32. trait Bind[F[_]] extends Apply[F]

    An scalaz.Apply functor, where a lifted function can introduce new values _and_ new functor context to be incorporated into the lift context.

  33. trait Bitraverse[F[_, _]] extends Bifunctor[F] with Bifoldable[F]

    A type giving rise to two unrelated scalaz.Traverses.

  34. sealed abstract class CaseInsensitive[A] extends AnyRef

  35. sealed abstract class CaseInsensitiveInstances extends AnyRef

  36. trait Catchable[F[_]] extends AnyRef

    A context in which exceptions can be caught and thrown.

  37. trait Category[=>:[_, _]] extends Compose[=>:]

    scalaz.Compose with identity.

  38. final case class CharSet extends Product with Serializable

    Newtype for strings representing character sets.

  39. trait CharSetFunctions extends AnyRef

  40. trait Choice[=>:[_, _]] extends Category[=>:]

  41. trait Cobind[F[_]] extends Functor[F]

  42. abstract class Codensity[F[_], A] extends AnyRef

  43. sealed abstract class CodensityInstances extends AnyRef

  44. final case class Cofree[S[_], A](head: A, tail: S[Cofree[S, A]]) extends Product with Serializable

    A cofree comonad for some functor S, i.

  45. trait CofreeFunctions extends AnyRef

  46. sealed abstract class CofreeInstances extends CofreeInstances0

  47. sealed abstract class CofreeInstances0 extends CofreeInstances1

  48. sealed abstract class CofreeInstances1 extends CofreeInstances2

  49. sealed abstract class CofreeInstances2 extends CofreeInstances3

  50. sealed abstract class CofreeInstances3 extends CofreeInstances4

  51. sealed abstract class CofreeInstances4 extends AnyRef

  52. trait Cohoist[F[_[_], _]] extends ComonadTrans[F]

  53. final case class Cokleisli[F[_], A, B](run: (F[A]) ⇒ B) extends Product with Serializable

  54. trait CokleisliFunctions extends AnyRef

  55. sealed abstract class CokleisliInstances extends CokleisliInstances0

  56. sealed abstract class CokleisliInstances0 extends AnyRef

  57. trait Comonad[F[_]] extends Cobind[F]

  58. trait ComonadStore[F[_, _], S] extends Comonad[[x]F[S, x]]

  59. trait ComonadTrans[F[_[_], _]] extends AnyRef

  60. trait Compose[=>:[_, _]] extends AnyRef

  61. trait ConstrainedNaturalTransformation[F[_], G[_], E[_]] extends AnyRef

    A constrained natural transformation

  62. type Cont[R, A] = IndexedContsT[scalaz.Id.Id, scalaz.Id.Id, R, R, A]

  63. type ContT[M[_], R, A] = IndexedContsT[scalaz.Id.Id, M, R, R, A]

  64. trait Contravariant[F[_]] extends InvariantFunctor[F]

    Contravariant functors.

  65. type Conts[W[_], R, A] = IndexedContsT[W, scalaz.Id.Id, R, R, A]

  66. type ContsT[W[_], M[_], R, A] = IndexedContsT[W, M, R, R, A]

  67. final case class Coproduct[F[_], G[_], A](run: \/[F[A], G[A]]) extends Product with Serializable

    F on the left, and G on the right, of scalaz.\/.

  68. trait CoproductFunctions extends AnyRef

  69. sealed abstract class CoproductInstances extends CoproductInstances0

  70. sealed abstract class CoproductInstances0 extends CoproductInstances1

  71. sealed abstract class CoproductInstances1 extends CoproductInstances2

  72. sealed abstract class CoproductInstances2 extends CoproductInstances3

  73. sealed abstract class CoproductInstances3 extends AnyRef

  74. final case class Cord(self: FingerTree[Int, String]) extends Product with Serializable

    A Cord is a purely functional data structure for efficiently storing and manipulating Strings that are potentially very long.

  75. abstract class Corepresentable[F[_], X] extends AnyRef

    Corepresentable functors

  76. abstract class Coyoneda[F[_], A] extends AnyRef

    The dual view of the Yoneda lemma.

  77. trait Cozip[F[_]] extends AnyRef

  78. final class DList[A] extends AnyRef

    Difference lists: a data structure for O(1) append on lists.

  79. trait DListFunctions extends AnyRef

  80. sealed abstract class DListInstances extends AnyRef

  81. trait DiNaturalTransformation[F[_, _], G[_, _]] extends AnyRef

  82. sealed abstract class Diev[A] extends AnyRef

    Implementation of a Discrete Interval Encoding Tree http://web.engr.oregonstate.edu/~erwig/diet/ that is actually implemented using a Vector and is balanced at all times as a result.

  83. trait DievFunctions extends DievImplementation

  84. trait DievImplementation extends AnyRef

  85. sealed abstract class DievInstances extends DievImplementation

  86. sealed abstract class Digit extends Product with Serializable

    An algebraic data type representing the digits 0 - 9

  87. trait DigitFunctions extends AnyRef

  88. sealed abstract class DigitInstances extends AnyRef

  89. trait DisjunctionFunctions extends AnyRef

  90. sealed abstract class DisjunctionInstances extends DisjunctionInstances0

  91. sealed abstract class DisjunctionInstances0 extends DisjunctionInstances1

  92. sealed abstract class DisjunctionInstances1 extends DisjunctionInstances2

  93. sealed abstract class DisjunctionInstances2 extends DisjunctionInstances3

  94. sealed abstract class DisjunctionInstances3 extends AnyRef

  95. trait Distributive[F[_]] extends Functor[F]

    Dual of scalaz.Traverse.

  96. trait DistributiveFunctions extends AnyRef

  97. sealed abstract class DualInstances extends DualInstances0

  98. sealed abstract class DualInstances0 extends AnyRef

  99. sealed abstract class Either3[+A, +B, +C] extends Product with Serializable

  100. final case class EitherT[F[_], A, B](run: F[\/[A, B]]) extends Product with Serializable

    Represents a computation of type F[A \/ B].

  101. trait EitherTFunctions extends AnyRef

  102. sealed abstract class EitherTInstances extends EitherTInstances0

  103. sealed abstract class EitherTInstances0 extends EitherTInstances1

  104. sealed abstract class EitherTInstances1 extends EitherTInstances2

  105. sealed abstract class EitherTInstances2 extends AnyRef

  106. final case class Endo[A](run: (A) ⇒ A) extends Product with Serializable

    Endomorphisms.

  107. trait EndoFunctions extends AnyRef

  108. sealed abstract class EndoInstances extends AnyRef

  109. final case class Endomorphic[=>:[_, _], A](run: =>:[A, A]) extends Product with Serializable

    Endomorphisms have special properties among arrows, so are captured in this newtype.

  110. trait EndomorphicFunctions extends AnyRef

  111. sealed abstract class EndomorphicInstances extends EndomorphicInstances0

  112. sealed abstract class EndomorphicInstances0 extends AnyRef

  113. trait Enum[F] extends Order[F]

    An scalaz.Orderable with discrete values.

  114. sealed abstract class EphemeralStream[A] extends AnyRef

    Like scala.collection.immutable.Stream, but doesn't save computed values.

  115. trait EphemeralStreamFunctions extends AnyRef

  116. sealed abstract class EphemeralStreamInstances extends AnyRef

  117. trait Equal[F] extends AnyRef

    A type safe alternative to universal equality (scala.Any#==).

  118. final case class Failure[E](e: E) extends Validation[E, Nothing] with Product with Serializable

  119. sealed abstract class Finger[V, A] extends AnyRef

  120. sealed abstract class FingerTree[V, A] extends AnyRef

    Finger trees with leaves of type A and Nodes that are annotated with type V.

  121. trait FingerTreeFunctions extends AnyRef

  122. sealed abstract class FingerTreeInstances extends AnyRef

  123. type FirstOf[A] = A with Tagged[FirstVal]

  124. type FirstOption[A] = Option[A] with Tagged[First]

  125. trait FoldCase[A] extends AnyRef

  126. sealed abstract class FoldCaseInstances extends AnyRef

  127. trait Foldable[F[_]] extends AnyRef

    A type parameter implying the ability to extract zero or more values of that type.

  128. trait Foldable1[F[_]] extends Foldable[F]

    A scalaz.Foldable where foldMap is total over semigroups.

  129. trait Forall[P[_]] extends AnyRef

    A universally quantified value

  130. trait Foralls extends AnyRef

  131. case class Four[V, A](v: V, a1: A, a2: A, a3: A, a4: A)(implicit r: Reducer[A, V]) extends Finger[V, A] with Product with Serializable

  132. sealed abstract class Free[S[_], A] extends AnyRef

    A free operational monad for some functor S.

  133. trait FreeFunctions extends AnyRef

  134. sealed abstract class FreeInstances extends FreeInstances0 with TrampolineInstances with SinkInstances with SourceInstances

  135. sealed abstract class FreeInstances0 extends FreeInstances1

  136. sealed abstract class FreeInstances1 extends FreeInstances2

  137. sealed abstract class FreeInstances2 extends FreeInstances3

  138. sealed abstract class FreeInstances3 extends AnyRef

  139. trait Functor[F[_]] extends InvariantFunctor[F]

    Functors, covariant by nature if not by Scala type.

  140. trait Generator[C[_]] extends AnyRef

    A Generator[C] is a container of elements, and which knows how to efficiently apply a scalaz.Reducer to extract an answer by combining elements.

  141. trait Generators extends AnyRef

  142. sealed abstract class Heap[A] extends AnyRef

    An efficient, asymptotically optimal, implementation of priority queues extended with support for efficient size.

  143. trait HeapFunctions extends AnyRef

  144. sealed abstract class HeapInstances extends AnyRef

  145. trait Hoist[F[_[_], _]] extends MonadTrans[F]

  146. final case class ICons[A](head: A, tail: IList[A]) extends IList[A] with Product with Serializable

  147. sealed abstract class IList[A] extends Product with Serializable

    Safe, invariant alternative to stdlib List.

  148. sealed trait IListFunctions extends AnyRef

  149. sealed abstract class IListInstance0 extends AnyRef

  150. sealed abstract class IListInstances extends IListInstance0

  151. final case class INil[A]() extends IList[A] with Product with Serializable

  152. type IRWS[-R, W, -S1, S2, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S1, S2, A]

  153. type IRWST[F[_], -R, W, -S1, S2, A] = IndexedReaderWriterStateT[F, R, W, S1, S2, A]

  154. trait IdInstances extends AnyRef

    Mixed into object Id in the package object scalaz.

  155. final case class IdT[F[_], A](run: F[A]) extends Product with Serializable

  156. trait IdTFunctions extends AnyRef

  157. sealed abstract class IdTInstances extends IdTInstances0

  158. sealed abstract class IdTInstances0 extends IdTInstances1

  159. sealed abstract class IdTInstances1 extends IdTInstances2

  160. sealed abstract class IdTInstances2 extends IdTInstances3

  161. sealed abstract class IdTInstances3 extends AnyRef

  162. sealed abstract class ImmutableArray[+A] extends AnyRef

    An immutable wrapper for arrays

  163. trait ImmutableArrayFunctions extends AnyRef

  164. sealed abstract class ImmutableArrayInstances extends AnyRef

  165. final class IndSeq[A] extends AnyRef

    Indexed sequences, based on scalaz.FingerTree

  166. sealed abstract class IndSeqInstances extends AnyRef

  167. type IndexedCont[R, O, A] = IndexedContsT[scalaz.Id.Id, scalaz.Id.Id, R, O, A]

  168. type IndexedContT[M[_], R, O, A] = IndexedContsT[scalaz.Id.Id, M, R, O, A]

  169. type IndexedConts[W[_], R, O, A] = IndexedContsT[W, scalaz.Id.Id, R, O, A]

  170. final class IndexedContsT[W[_], M[_], R, O, A] extends AnyRef

  171. trait IndexedContsTFunctions extends AnyRef

  172. abstract class IndexedContsTInstances extends IndexedContsTInstances0

  173. sealed abstract class IndexedContsTInstances0 extends AnyRef

  174. type IndexedReaderWriterState[-R, W, -S1, S2, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S1, S2, A]

  175. sealed abstract class IndexedReaderWriterStateT[F[_], -R, W, -S1, S2, A] extends AnyRef

    A monad transformer stack yielding (R, S1) => F[(W, A, S2)].

  176. sealed abstract class IndexedReaderWriterStateTInstances extends AnyRef

  177. type IndexedState[-S1, S2, A] = IndexedStateT[scalaz.Id.Id, S1, S2, A]

  178. trait IndexedStateFunctions extends AnyRef

  179. trait IndexedStateT[F[_], -S1, S2, A] extends AnyRef

  180. trait IndexedStateTFunctions extends AnyRef

  181. sealed abstract class IndexedStateTInstances extends IndexedStateTInstances0

  182. sealed abstract class IndexedStateTInstances0 extends IndexedStateTInstances1

  183. sealed abstract class IndexedStateTInstances1 extends IndexedStateTInstances2

  184. sealed abstract class IndexedStateTInstances2 extends AnyRef

  185. type IndexedStore[I, A, B] = IndexedStoreT[scalaz.Id.Id, I, A, B]

  186. final case class IndexedStoreT[F[_], +I, A, B](run: (F[(A) ⇒ B], I)) extends Product with Serializable

  187. trait IndexedStoreTFunctions extends AnyRef

  188. sealed abstract class IndexedStoreTInstances extends IndexedStoreTInstances0

  189. sealed abstract class IndexedStoreTInstances0 extends IndexedStoreTInstances1

  190. sealed abstract class IndexedStoreTInstances1 extends IndexedStoreTInstances2

  191. sealed abstract class IndexedStoreTInstances2 extends AnyRef

  192. sealed abstract class Inject[F[_], G[_]] extends AnyRef

    Inject type class as described in "Data types a la carte" (Swierstra 2008).

  193. trait InjectFunctions extends AnyRef

  194. sealed abstract class InjectInstances extends AnyRef

  195. case class Injective[T[_]]() extends Product with Serializable

    Given Injective[Foo]: If type Foo[A] = Foo[B] then A ~ B

  196. case class Injective2[T[_, _]]() extends Product with Serializable

  197. case class Injective3[T[_, _, _]]() extends Product with Serializable

  198. case class Injective4[T[_, _, _, _]]() extends Product with Serializable

  199. case class Injective5[T[_, _, _, _, _]]() extends Product with Serializable

  200. final class InsertionMap[K, V] extends AnyRef

    Returns a list in order of key insertion.

  201. trait InsertionMapFunctions extends AnyRef

  202. sealed abstract class InsertionMapInstances extends AnyRef

  203. trait InvariantFunctor[F[_]] extends AnyRef

    Unary type constructor that supports an xmap operation that converts an F[A] to an F[B] given two functions, A => B and B => A.

  204. trait IsEmpty[F[_]] extends PlusEmpty[F]

    Typeclass that permits testing whether some type with an empty representation is in fact empty.

  205. trait IsomorphismApplicative[F[_], G[_]] extends Applicative[F] with IsomorphismApply[F, G]

  206. trait IsomorphismApplicativePlus[F[_], G[_]] extends ApplicativePlus[F] with IsomorphismEmpty[F, G] with IsomorphismApplicative[F, G]

  207. trait IsomorphismApply[F[_], G[_]] extends Apply[F] with IsomorphismFunctor[F, G]

  208. trait IsomorphismBifoldable[F[_, _], G[_, _]] extends Bifoldable[F]

  209. trait IsomorphismBifunctor[F[_, _], G[_, _]] extends Bifunctor[F]

  210. trait IsomorphismBind[F[_], G[_]] extends Bind[F] with IsomorphismApply[F, G]

  211. trait IsomorphismBitraverse[F[_, _], G[_, _]] extends Bitraverse[F] with IsomorphismBifunctor[F, G] with IsomorphismBifoldable[F, G]

  212. trait IsomorphismCobind[F[_], G[_]] extends Cobind[F] with IsomorphismFunctor[F, G]

  213. trait IsomorphismComonad[F[_], G[_]] extends Comonad[F] with IsomorphismCobind[F, G]

  214. trait IsomorphismContravariant[F[_], G[_]] extends Contravariant[F]

  215. trait IsomorphismEmpty[F[_], G[_]] extends PlusEmpty[F] with IsomorphismPlus[F, G]

  216. trait IsomorphismEqual[F, G] extends Equal[F]

  217. trait IsomorphismFoldable[F[_], G[_]] extends Foldable[F]

  218. trait IsomorphismFoldable1[F[_], G[_]] extends Foldable1[F] with IsomorphismFoldable[F, G]

  219. trait IsomorphismFunctor[F[_], G[_]] extends Functor[F]

  220. trait IsomorphismMonad[F[_], G[_]] extends Monad[F] with IsomorphismApplicative[F, G] with IsomorphismBind[F, G]

  221. trait IsomorphismMonadPlus[F[_], G[_]] extends MonadPlus[F] with IsomorphismEmpty[F, G] with IsomorphismMonad[F, G]

  222. trait IsomorphismMonoid[F, G] extends Monoid[F] with IsomorphismSemigroup[F, G]

  223. trait IsomorphismOrder[F, G] extends Order[F]

  224. trait IsomorphismPlus[F[_], G[_]] extends Plus[F]

  225. trait IsomorphismSemigroup[F, G] extends Semigroup[F]

  226. trait IsomorphismShow[F, G] extends Show[F]

  227. trait IsomorphismTraverse[F[_], G[_]] extends Traverse[F] with IsomorphismFoldable[F, G] with IsomorphismFunctor[F, G]

  228. trait IsomorphismTraverse1[F[_], G[_]] extends Traverse1[F] with IsomorphismTraverse[F, G] with IsomorphismFoldable1[F, G]

  229. sealed abstract class Isomorphisms extends IsomorphismsLow0

  230. sealed abstract class IsomorphismsLow0 extends IsomorphismsLow1

  231. sealed abstract class IsomorphismsLow1 extends AnyRef

  232. final case class Kleisli[M[_], A, B](run: (A) ⇒ M[B]) extends Product with Serializable

    Represents a function A => M[B].

  233. trait KleisliFunctions extends AnyRef

  234. abstract class KleisliInstances extends KleisliInstances0

  235. sealed abstract class KleisliInstances0 extends KleisliInstances1

  236. sealed abstract class KleisliInstances1 extends KleisliInstances2

  237. sealed abstract class KleisliInstances2 extends KleisliInstances3

  238. sealed abstract class KleisliInstances3 extends KleisliInstances4

  239. sealed abstract class KleisliInstances4 extends KleisliInstances5

  240. sealed abstract class KleisliInstances5 extends KleisliInstances6

  241. sealed abstract class KleisliInstances6 extends KleisliInstances7

  242. sealed abstract class KleisliInstances7 extends KleisliInstances8

  243. sealed abstract class KleisliInstances8 extends AnyRef

  244. trait Konst[A] extends AnyRef

  245. trait Lan[G[_], H[_], A] extends AnyRef

    The left Kan extension of H along G

  246. type LastOf[A] = A with Tagged[LastVal]

  247. type LastOption[A] = Option[A] with Tagged[Last]

  248. sealed abstract class LazyEither[+A, +B] extends AnyRef

    scala.Either, but with a value by name.

  249. trait LazyEitherFunctions extends AnyRef

  250. sealed abstract class LazyEitherInstances extends AnyRef

  251. final case class LazyEitherT[F[_], A, B](run: F[LazyEither[A, B]]) extends Product with Serializable

  252. trait LazyEitherTFunctions extends AnyRef

  253. sealed abstract class LazyEitherTInstances extends LazyEitherTInstances0

  254. sealed abstract class LazyEitherTInstances0 extends LazyEitherTInstances1

  255. sealed abstract class LazyEitherTInstances1 extends AnyRef

  256. sealed abstract class LazyOption[+A] extends Product with Serializable

    scala.Option, but with a value by name.

  257. trait LazyOptionFunctions extends AnyRef

  258. sealed abstract class LazyOptionInstances extends AnyRef

  259. final case class LazyOptionT[F[_], A](run: F[LazyOption[A]]) extends Product with Serializable

  260. trait LazyOptionTFunctions extends AnyRef

  261. sealed abstract class LazyOptionTInstances extends LazyOptionTInstances0

  262. sealed abstract class LazyOptionTInstances0 extends LazyOptionTInstances1

  263. sealed abstract class LazyOptionTInstances1 extends AnyRef

  264. sealed abstract class LazyTuple2[A, B] extends AnyRef

    scala.Tuple2, but with values by name.

  265. sealed abstract class LazyTuple2Instances extends LazyTuple2Instances0

  266. sealed abstract class LazyTuple2Instances0 extends AnyRef

  267. sealed abstract class LazyTuple3[A, B, C] extends AnyRef

    scala.Tuple3, but with values by name.

  268. sealed abstract class LazyTuple3Instances extends LazyTuple3Instances0

  269. sealed abstract class LazyTuple3Instances0 extends AnyRef

  270. sealed abstract class LazyTuple4[A, B, C, D] extends AnyRef

    scala.Tuple4, but with values by name.

  271. sealed abstract class LazyTuple4Instances extends LazyTuple4Instances0

  272. sealed abstract class LazyTuple4Instances0 extends AnyRef

  273. trait LazyTupleFunctions extends AnyRef

  274. final case class Left3[+A, +B, +C](a: A) extends Either3[A, B, C] with Product with Serializable

  275. sealed abstract class Leibniz[-L, +H >: L, A >: L <: H, B >: L <: H] extends AnyRef

    Leibnizian equality: a better =:=

  276. trait LeibnizFunctions extends AnyRef

  277. sealed abstract class LeibnizInstances extends AnyRef

  278. type Lens[A, B] = LensFamily[A, A, B, B]

    A lens that doesn't transform the type of the record.

  279. sealed abstract class LensFamily[A1, A2, B1, B2] extends AnyRef

    A Lens Family, offering a purely functional means to access and retrieve a field transitioning from type B1 to type B2 in a record simultaneously transitioning from type A1 to type A2.

  280. trait LensFamilyFunctions extends AnyRef

  281. trait LensFunctions extends LensFamilyFunctions

  282. abstract class LensInstances extends LensInstances0

  283. sealed abstract class LensInstances0 extends AnyRef

  284. sealed abstract class Liskov[-A, +B] extends AnyRef

    Liskov substitutability: A better <:<

  285. trait LiskovFunctions extends AnyRef

  286. sealed abstract class LiskovInstances extends AnyRef

  287. final case class ListT[M[_], A](underlying: M[List[A]]) extends Product with Serializable

    ListT monad transformer.

  288. sealed abstract class ListTInstances extends ListTInstances1

  289. sealed abstract class ListTInstances1 extends ListTInstances2

  290. sealed abstract class ListTInstances2 extends AnyRef

  291. trait MapFunctions extends AnyRef

  292. sealed abstract class MapInstances extends MapInstances0

  293. sealed abstract class MapInstances0 extends AnyRef

  294. type MaxOf[A] = A with Tagged[MaxVal]

  295. type MaxOption[A] = Option[A] with Tagged[Max]

  296. sealed trait Memo[K, V] extends AnyRef

    A function memoization strategy.

  297. trait MemoFunctions extends AnyRef

  298. sealed abstract class MemoInstances extends AnyRef

  299. final case class Middle3[+A, +B, +C](b: B) extends Either3[A, B, C] with Product with Serializable

  300. type MinOf[A] = A with Tagged[MinVal]

  301. type MinOption[A] = Option[A] with Tagged[Min]

  302. trait Monad[F[_]] extends Applicative[F] with Bind[F]

    Monad, an scalaz.Applicative that also supports scalaz.Bind, circumscribed by the monad laws.

  303. trait MonadListen[F[_, _], W] extends MonadTell[F, W]

  304. trait MonadPartialOrder[G[_], F[_]] extends NaturalTransformation[F, G]

    This trait establishes a partial order among monads.

  305. trait MonadPartialOrderFunctions extends MonadPartialOrderFunctions1

  306. sealed trait MonadPartialOrderFunctions1 extends AnyRef

  307. trait MonadPlus[F[_]] extends Monad[F] with ApplicativePlus[F]

  308. trait MonadReader[F[_, _], S] extends Monad[[x]F[S, x]]

  309. trait MonadState[F[_, _], S] extends Monad[[x]F[S, x]]

    The class of monads supporting the operations of scalaz.State.

  310. trait MonadTell[F[_, _], W] extends Monad[[α]F[W, α]]

    The class of monads supporting write operations

  311. trait MonadTrans[F[_[_], _]] extends AnyRef

    Class of monad transformers.

  312. trait Monoid[F] extends Semigroup[F]

    Provides an identity element (zero) to the binary append operation in scalaz.Semigroup, subject to the monoid laws.

  313. sealed abstract class Name[+A] extends AnyRef

    Call by name

  314. trait NaturalTransformation[-F[_], +G[_]] extends AnyRef

    A universally quantified function, usually written as F ~> G, for symmetry with A => B.

  315. trait NaturalTransformations extends AnyRef

  316. sealed abstract class Need[+A] extends Name[A]

    Call by need

  317. sealed abstract class Node[V, A] extends AnyRef

  318. final class NonEmptyList[+A] extends AnyRef

    A singly-linked list that is guaranteed to be non-empty.

  319. trait NonEmptyListFunctions extends AnyRef

  320. sealed abstract class NonEmptyListInstances extends NonEmptyListInstances0

  321. sealed abstract class NonEmptyListInstances0 extends AnyRef

  322. trait Nondeterminism[F[_]] extends Monad[F]

    A context supporting nondeterministic choice.

  323. final class NullArgument[A, B] extends AnyRef

  324. trait NullArgumentFunctions extends AnyRef

  325. sealed abstract class NullArgumentInstances extends NullArgumentInstances0

  326. sealed abstract class NullArgumentInstances0 extends AnyRef

  327. final class NullResult[A, B] extends AnyRef

  328. trait NullResultFunctions extends AnyRef

  329. sealed abstract class NullResultInstances extends NullResultInstances0

  330. sealed abstract class NullResultInstances0 extends AnyRef

  331. case class One[V, A](v: V, a1: A)(implicit r: Reducer[A, V]) extends Finger[V, A] with Product with Serializable

  332. final case class OneAnd[F[_], A](head: A, tail: F[A]) extends Product with Serializable

  333. trait OneAndFunctions extends AnyRef

  334. sealed abstract class OneAndInstances extends OneAndInstances0

  335. sealed abstract class OneAndInstances0 extends OneAndInstances1

  336. sealed abstract class OneAndInstances1 extends OneAndInstances2

  337. sealed abstract class OneAndInstances2 extends OneAndInstances3

  338. sealed abstract class OneAndInstances3 extends OneAndInstances4

  339. sealed abstract class OneAndInstances4 extends OneAndInstances5

  340. sealed abstract class OneAndInstances5 extends AnyRef

  341. final case class OneOr[F[_], A](run: \/[F[A], A]) extends Product with Serializable

  342. trait OneOrFunctions extends AnyRef

  343. sealed abstract class OneOrInstances extends OneOrInstances0

  344. sealed abstract class OneOrInstances0 extends OneOrInstances1

  345. sealed abstract class OneOrInstances1 extends OneOrInstances2

  346. sealed abstract class OneOrInstances2 extends OneOrInstances3

  347. sealed abstract class OneOrInstances3 extends OneOrInstances4

  348. sealed abstract class OneOrInstances4 extends OneOrInstances5

  349. sealed abstract class OneOrInstances5 extends OneOrInstances6

  350. sealed abstract class OneOrInstances6 extends AnyRef

  351. final case class OptionT[F[_], A](run: F[Option[A]]) extends Product with Serializable

    OptionT monad transformer.

  352. trait OptionTFunctions extends AnyRef

  353. sealed abstract class OptionTInstances extends OptionTInstances0

  354. sealed abstract class OptionTInstances0 extends OptionTInstances1

  355. sealed abstract class OptionTInstances1 extends OptionTInstances2

  356. sealed abstract class OptionTInstances2 extends AnyRef

  357. trait Optional[F[_]] extends AnyRef

    Abstraction over a container/context which may or may not provide a value.

  358. sealed abstract class OrdSeq[A] extends Ops[FingerTree[LastOption[A], A]]

    Ordered sequences, based on scalaz.FingerTree

  359. trait Order[F] extends Equal[F]

    Safer version of scala.math.Ordering.

  360. sealed abstract class Ordering extends AnyRef

    A ternary marker of how two values relate in an ordering.

  361. trait OrderingFunctions extends AnyRef

  362. sealed abstract class OrderingInstances extends AnyRef

  363. type PIndexedState[-S1, S2, A] = IndexedStateT[scalaz.Id.Id, S1, S2, Option[A]]

  364. type PIndexedStateT[F[_], -S1, S2, A] = IndexedStateT[F, S1, S2, Option[A]]

  365. type PLens[A, B] = PLensFamily[A, A, B, B]

    A partial lens that doesn't transform the type of the record.

  366. sealed abstract class PLensFamily[A1, A2, B1, B2] extends AnyRef

    Partial Lens Families, offering a purely functional means to access and retrieve an optional field transitioning from type B1 to type B2 in a record that is simultaneously transitioning from type A1 to type A2.

  367. trait PLensFamilyFunctions extends PLensInstances

  368. trait PLensFunctions extends PLensInstances with PLensFamilyFunctions

  369. abstract class PLensInstances extends AnyRef

  370. type PState[S, A] = IndexedStateT[scalaz.Id.Id, S, S, Option[A]]

  371. type PStateT[F[_], S, A] = IndexedStateT[F, S, S, Option[A]]

  372. trait Plus[F[_]] extends AnyRef

    Universally quantified scalaz.Semigroup.

  373. trait PlusEmpty[F[_]] extends Plus[F]

    Universally quantified scalaz.Monoid.

  374. trait Profunctor[=>:[_, _]] extends AnyRef

    Profunctors are covariant on the right and contravariant on the left.

  375. type RWS[-R, W, S, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S, S, A]

  376. type RWST[F[_], -R, W, S, A] = IndexedReaderWriterStateT[F, R, W, S, S, A]

  377. trait Ran[G[_], H[_], A] extends AnyRef

    The right Kan extension of H along G

  378. case class Ranked[A](rank: Int, value: A) extends Product with Serializable

  379. type Reader[E, A] = Kleisli[scalaz.Id.Id, E, A]

  380. type ReaderT[F[_], E, A] = Kleisli[F, E, A]

  381. type ReaderWriterState[-R, W, S, A] = IndexedReaderWriterStateT[scalaz.Id.Id, R, W, S, S, A]

  382. type ReaderWriterStateT[F[_], -R, W, S, A] = IndexedReaderWriterStateT[F, R, W, S, S, A]

  383. trait ReaderWriterStateTFunctions extends AnyRef

  384. abstract class ReaderWriterStateTInstances extends IndexedReaderWriterStateTInstances

  385. sealed abstract class Reducer[C, M] extends AnyRef

    A Reducer[C,M] is a scalaz.Monoid[M] that maps values of type C through unit to values of type M.

  386. trait ReducerFunctions extends AnyRef

  387. sealed abstract class ReducerInstances extends AnyRef

  388. abstract class Representable[F[_], X] extends AnyRef

    Representable functors, that is to say, those with isomorphisms to and from [a](X => a).

  389. sealed abstract class RepresentableInstances extends AnyRef

  390. final case class Right3[+A, +B, +C](c: C) extends Either3[A, B, C] with Product with Serializable

  391. sealed class Rope[A] extends Ops[FingerTreeIntPlus[ImmutableArray[A]]]

    Ropes or 'heavyweight Strings' are an alternative to Strings.

  392. final class RopeBuilder[A] extends Builder[A, Rope[A]]

  393. sealed class RopeCharW extends Ops[Rope[Char]]

  394. trait Semigroup[F] extends AnyRef

    An associative binary operation, circumscribed by type and the semigroup laws.

  395. trait Show[F] extends AnyRef

    A typeclass for conversion to textual representation, done via scalaz.Cord for efficiency.

  396. sealed trait SinkInstances extends AnyRef

  397. sealed trait SourceInstances extends AnyRef

  398. trait Split[=>:[_, _]] extends Compose[=>:]

    A scalaz.Compose (semigroupoid) permitting products.

  399. type State[S, A] = IndexedStateT[scalaz.Id.Id, S, S, A]

    A state transition, representing a function S => (A, S).

  400. trait StateFunctions extends IndexedStateFunctions

  401. type StateT[F[_], S, A] = IndexedStateT[F, S, S, A]

  402. trait StateTFunctions extends IndexedStateTFunctions

  403. abstract class StateTInstances extends StateTInstances0

  404. sealed abstract class StateTInstances0 extends StateTInstances1

  405. sealed abstract class StateTInstances1 extends IndexedStateTInstances

  406. type Store[A, B] = IndexedStoreT[scalaz.Id.Id, A, A, B]

  407. type StoreT[F[_], A, B] = IndexedStoreT[F, A, A, B]

  408. trait StoreTFunctions extends IndexedStoreTFunctions

  409. abstract class StoreTInstances extends StoreTInstances0

  410. sealed abstract class StoreTInstances0 extends StoreTInstances1

  411. sealed abstract class StoreTInstances1 extends StoreTInstances2

  412. sealed abstract class StoreTInstances2 extends IndexedStoreTInstances

  413. sealed class StreamT[M[_], A] extends AnyRef

    StreamT monad transformer.

  414. sealed abstract class StreamTInstances extends StreamTInstances0

  415. sealed abstract class StreamTInstances0 extends AnyRef

  416. final case class Success[A](a: A) extends Validation[Nothing, A] with Product with Serializable

  417. type Tagged[T] = AnyRef { type Tag = T }

  418. trait TheseFunctions extends AnyRef

  419. sealed abstract class TheseInstances extends TheseInstances0

  420. sealed abstract class TheseInstances0 extends TheseInstances1

  421. sealed abstract class TheseInstances1 extends AnyRef

  422. case class Three[V, A](v: V, a1: A, a2: A, a3: A)(implicit r: Reducer[A, V]) extends Finger[V, A] with Product with Serializable

  423. sealed trait TrampolineInstances extends AnyRef

  424. trait Traverse[F[_]] extends Functor[F] with Foldable[F]

    Idiomatic traversal of a structure, as described in The Essence of the Iterator Pattern.

  425. trait Traverse1[F[_]] extends Traverse[F] with Foldable1[F]

    A scalaz.Traverse where traverse is total over scalaz.Applys.

  426. sealed abstract class Tree[A] extends AnyRef

    A multi-way tree, also known as a rose tree.

  427. trait TreeFunctions extends AnyRef

  428. sealed abstract class TreeInstances extends AnyRef

  429. final case class TreeLoc[A](tree: Tree[A], lefts: TreeLoc.TreeForest[A], rights: TreeLoc.TreeForest[A], parents: TreeLoc.Parents[A]) extends Product with Serializable

    A rose-tree zipper.

  430. trait TreeLocFunctions extends AnyRef

  431. sealed abstract class TreeLocInstances extends AnyRef

  432. case class Two[V, A](v: V, a1: A, a2: A)(implicit r: Reducer[A, V]) extends Finger[V, A] with Product with Serializable

  433. trait Unapply[TC[_[_]], MA] extends AnyRef

    Represents a type MA that has been destructured into as a type constructor M[_] applied to type A, along with a corresponding type class instance TC[M].

  434. trait Unapply2[TC[_[_, _]], MAB] extends AnyRef

  435. trait Unapply21[TC[_[_, _], _], MAB] extends AnyRef

  436. sealed trait Unapply2_0 extends AnyRef

  437. trait UnapplyProduct[TC[_[_]], MA, MB] extends AnyRef

  438. sealed trait Unapply_0 extends Unapply_1

  439. sealed trait Unapply_1 extends Unapply_2

  440. sealed trait Unapply_2 extends Unapply_3

  441. sealed trait Unapply_3 extends Unapply_4

  442. sealed trait Unapply_4 extends AnyRef

  443. trait UnionTypes extends AnyRef

    Union types using Curry-Howard isomorphism

  444. sealed abstract class UnitReducer[C, M] extends Reducer[C, M]

  445. type Unwriter[W, A] = UnwriterT[scalaz.Id.Id, W, A]

  446. final case class UnwriterT[F[_], U, A](run: F[(U, A)]) extends Product with Serializable

    This data type is isomorphic to WriterT, however, it is NOT a monad.

  447. trait UnwriterTFunctions extends AnyRef

  448. sealed abstract class UnwriterTInstances extends UnwriterTInstances0

  449. sealed abstract class UnwriterTInstances0 extends UnwriterTInstances1

  450. sealed abstract class UnwriterTInstances1 extends UnwriterTInstances2

  451. sealed abstract class UnwriterTInstances2 extends AnyRef

  452. trait Unzip[F[_]] extends AnyRef

  453. sealed abstract class Validation[+E, +A] extends Product with Serializable

    Represents either:

  454. final class ValidationFlatMap[E, A] extends AnyRef

  455. trait ValidationFunctions extends AnyRef

  456. sealed abstract class ValidationInstances extends ValidationInstances0

  457. sealed abstract class ValidationInstances0 extends ValidationInstances1

  458. sealed abstract class ValidationInstances1 extends ValidationInstances2

  459. sealed abstract class ValidationInstances2 extends ValidationInstances3

  460. sealed abstract class ValidationInstances3 extends AnyRef

  461. type ValidationNel[+E, +X] = Validation[NonEmptyList[E], X]

    An scalaz.Validation with a scalaz.NonEmptyList as the failure type.

    An scalaz.Validation with a scalaz.NonEmptyList as the failure type.

    Useful for accumulating errors through the corresponding scalaz.Applicative instance.

  462. final case class Value[+A](value: A) extends Need[A] with Product with Serializable

    Call by value

  463. sealed abstract class ViewL[S[_], A] extends AnyRef

    View of the left end of a sequence.

  464. sealed abstract class ViewR[S[_], A] extends AnyRef

    View of the right end of a sequence.

  465. sealed class WrappedRope[A] extends Ops[Rope[A]] with IndexedSeq[A] with IndexedSeqLike[A, WrappedRope[A]]

  466. type Writer[W, A] = WriterT[scalaz.Id.Id, W, A]

  467. final case class WriterT[F[_], W, A](run: F[(W, A)]) extends Product with Serializable

  468. trait WriterTFunctions extends AnyRef

  469. sealed abstract class WriterTInstance5 extends WriterTInstances6

  470. sealed abstract class WriterTInstances extends WriterTInstances0

  471. sealed abstract class WriterTInstances0 extends WriterTInstances1

  472. sealed abstract class WriterTInstances1 extends WriterTInstances2

  473. sealed abstract class WriterTInstances10 extends WriterTInstances11

  474. sealed abstract class WriterTInstances11 extends WriterTInstances12

  475. sealed abstract class WriterTInstances12 extends AnyRef

  476. sealed abstract class WriterTInstances2 extends WriterTInstances3

  477. sealed abstract class WriterTInstances3 extends WriterTInstances4

  478. sealed abstract class WriterTInstances4 extends WriterTInstance5

  479. sealed abstract class WriterTInstances6 extends WriterTInstances7

  480. sealed abstract class WriterTInstances7 extends WriterTInstances8

  481. sealed abstract class WriterTInstances8 extends WriterTInstances9

  482. sealed abstract class WriterTInstances9 extends WriterTInstances10

  483. abstract class Yoneda[F[_], A] extends AnyRef

    The free functor generated by F.

  484. trait Zap[F[_], G[_]] extends AnyRef

    Functors that annihilate each other.

  485. sealed abstract class ZapInstances extends AnyRef

  486. trait Zip[F[_]] extends AnyRef

  487. final case class Zipper[+A](lefts: Stream[A], focus: A, rights: Stream[A]) extends Product with Serializable

    Provides a pointed stream, which is a non-empty zipper-like stream structure that tracks an index (focus) position in a stream.

  488. trait ZipperFunctions extends AnyRef

  489. sealed abstract class ZipperInstances extends AnyRef

  490. sealed abstract class \&/[+A, +B] extends Product with Serializable

  491. sealed abstract class \/[+A, +B] extends Product with Serializable

    Represents disjunction.

  492. final case class \/-[+B](b: B) extends \/[Nothing, B] with Product with Serializable

  493. type |-->[A, B] = IndexedStoreT[scalaz.Id.Id, B, B, A]

  494. type |>=|[G[_], F[_]] = MonadPartialOrder[G, F]

  495. type ~>[-F[_], +G[_]] = NaturalTransformation[F, G]

    A scalaz.NaturalTransformation[F, G].

  496. type ~~>[-F[_, _], +G[_, _]] = BiNaturalTransformation[F, G]

  497. type = Any

  498. type = Nothing

  499. sealed abstract class BKTree[A] extends Product with Serializable

    Burkhard-Keller trees provide an implementation of sets which apart from the ordinary operations also has an approximate member search, allowing you to search for elements that are of a distance n from the element you are searching for.

  500. type Cojoin[F[_]] = Cobind[F]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Cojoin has been merged into Cobind

  501. trait Each[F[_]] extends AnyRef

    Run a side effect once for each A in the F.

  502. trait Index[F[_]] extends AnyRef

    Random access through an integer index.

  503. trait IsomorphismEach[F[_], G[_]] extends Each[F]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Each is deprecated

  504. trait IsomorphismIndex[F[_], G[_]] extends Index[F]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Index is deprecated, use Foldable instead

  505. trait Length[F[_]] extends AnyRef

  506. trait MetricSpace[F] extends AnyRef

    Useful metric spaces include the manhattan distance between two points, the Levenshtein edit distance between two strings, the number of edges in the shortest path between two nodes in an undirected graph and the Hamming distance between two binary strings.

Value Members

  1. object ==>> extends MapInstances with MapFunctions

  2. object Adjunction extends AdjunctionInstances with AdjunctionFunctions

  3. object Align

  4. object Alpha extends AlphaInstances with AlphaFunctions with Serializable

  5. object Applicative

  6. object ApplicativePlus

  7. object Apply

  8. object Arrow

  9. object BKTree extends BKTreeInstances with BKTreeFunctions with Serializable

  10. object Bifoldable

  11. object Bifunctor

  12. object BijectionT extends BijectionTInstances with BijectionTFunctions

  13. object Bind

  14. object Bitraverse

  15. object BuildInfo extends Product with Serializable

  16. object CaseInsensitive extends CaseInsensitiveInstances

  17. object Catchable

  18. object Category

  19. object CharSet extends CharSetFunctions with Serializable

  20. object Choice

  21. object Cobind

  22. object Codensity extends CodensityInstances

  23. object Cofree extends CofreeInstances with CofreeFunctions with Serializable

  24. object Cohoist

  25. object Cokleisli extends CokleisliInstances with CokleisliFunctions with Serializable

  26. object Comonad

  27. object ComonadStore

  28. object ComonadTrans

  29. object Compose

  30. object Cont extends IndexedContsTInstances with IndexedContsTFunctions

  31. object ContT extends IndexedContsTInstances with IndexedContsTFunctions

  32. object Contravariant

  33. object Conts extends IndexedContsTInstances with IndexedContsTFunctions

  34. object ContsT extends IndexedContsTInstances with IndexedContsTFunctions

  35. object Coproduct extends CoproductInstances with CoproductFunctions with Serializable

  36. object Cord extends Serializable

  37. object Coyoneda

  38. object Cozip

  39. object DList extends DListInstances with DListFunctions

  40. object Diev extends DievInstances with DievFunctions

  41. object DievInterval

  42. object Digit extends DigitInstances with DigitFunctions with Serializable

  43. object Distributive extends DistributiveFunctions

  44. object Dual extends DualInstances

  45. object Either3 extends Serializable

  46. object EitherT extends EitherTInstances with EitherTFunctions with Serializable

  47. object Endo extends EndoInstances with EndoFunctions with Serializable

  48. object Endomorphic extends EndomorphicInstances with EndomorphicFunctions with Serializable

  49. object Enum

  50. object EphemeralStream extends EphemeralStreamInstances with EphemeralStreamFunctions

  51. object Equal

  52. object FingerTree extends FingerTreeInstances with FingerTreeFunctions

  53. object FoldCase extends FoldCaseInstances

  54. object Foldable

  55. object Foldable1

  56. object Forall extends Foralls

  57. object Free extends FreeInstances with FreeFunctions

  58. object Functor

  59. object Generator extends Generators

  60. object Heap extends HeapInstances with HeapFunctions

  61. object Hoist

  62. object IList extends IListInstances with IListFunctions with Serializable

  63. val IRWS: IndexedReaderWriterState.type

  64. val IRWST: IndexedReaderWriterStateT.type

  65. object Id extends IdInstances

  66. object IdT extends IdTInstances with IdTFunctions with Serializable

  67. object ImmutableArray extends ImmutableArrayInstances with ImmutableArrayFunctions

  68. object IndSeq extends IndSeqInstances

  69. object IndexedCont extends IndexedContsTInstances with IndexedContsTFunctions

  70. object IndexedContT extends IndexedContsTInstances with IndexedContsTFunctions

  71. object IndexedConts extends IndexedContsTInstances with IndexedContsTFunctions

  72. object IndexedContsT extends IndexedContsTInstances with IndexedContsTFunctions

  73. object IndexedReaderWriterState extends ReaderWriterStateTInstances with ReaderWriterStateTFunctions

  74. object IndexedReaderWriterStateT extends ReaderWriterStateTInstances with ReaderWriterStateTFunctions

  75. object IndexedState extends StateFunctions

  76. object IndexedStateT extends StateTInstances with StateTFunctions

  77. object IndexedStore extends Serializable

  78. object IndexedStoreT extends StoreTInstances with StoreTFunctions with Serializable

  79. object Inject extends InjectInstances with InjectFunctions

  80. object Injectivity

  81. object InsertionMap extends InsertionMapInstances with InsertionMapFunctions

  82. object InvariantFunctor

  83. object IsEmpty

  84. object Isomorphism extends Isomorphisms

  85. object Kleisli extends KleisliInstances with KleisliFunctions with Serializable

  86. object Lan

  87. object LazyEither extends LazyEitherInstances with LazyEitherFunctions

  88. object LazyEitherT extends LazyEitherTInstances with LazyEitherTFunctions with Serializable

  89. object LazyOption extends LazyOptionInstances with LazyOptionFunctions with Serializable

  90. object LazyOptionT extends LazyOptionTInstances with LazyOptionTFunctions with Serializable

  91. object LazyTuple extends LazyTupleFunctions

  92. object LazyTuple2 extends LazyTuple2Instances

  93. object LazyTuple3 extends LazyTuple3Instances

  94. object LazyTuple4 extends LazyTuple4Instances

  95. object Leibniz extends LeibnizInstances with LeibnizFunctions

  96. object Lens extends LensInstances with LensFunctions

  97. object LensFamily extends LensInstances with LensFunctions

  98. object Liskov extends LiskovInstances with LiskovFunctions

  99. object ListT extends ListTInstances with Serializable

  100. object Memo extends MemoInstances with MemoFunctions

  101. object MetricSpace

  102. object Monad

  103. object MonadListen

  104. object MonadPartialOrder extends MonadPartialOrderFunctions

  105. object MonadPlus

  106. object MonadReader

  107. object MonadState

  108. object MonadTell

  109. object MonadTrans

  110. object Monoid

  111. object Name

  112. object NaturalTransformation extends NaturalTransformations

  113. object Need

  114. object NonEmptyList extends NonEmptyListInstances with NonEmptyListFunctions

  115. object Nondeterminism

  116. object NullArgument extends NullArgumentInstances with NullArgumentFunctions

  117. object NullResult extends NullResultInstances with NullResultFunctions

  118. object OneAnd extends OneAndInstances with OneAndFunctions with Serializable

  119. object OneOr extends OneOrInstances with OneOrFunctions with Serializable

  120. object OptionT extends OptionTInstances with OptionTFunctions with Serializable

  121. object Optional

  122. object OrdSeq

  123. object Order

  124. object Ordering extends OrderingInstances with OrderingFunctions

  125. object PLens extends PLensInstances with PLensFunctions

  126. object PLensFamily extends PLensInstances with PLensFunctions

  127. object Plus

  128. object PlusEmpty

  129. object Profunctor

  130. val RWS: ReaderWriterState.type

  131. val RWST: ReaderWriterStateT.type

  132. object Ran

  133. object Reader extends Serializable

  134. object ReaderWriterState extends ReaderWriterStateTInstances with ReaderWriterStateTFunctions

  135. object ReaderWriterStateT extends ReaderWriterStateTInstances with ReaderWriterStateTFunctions

  136. object Reducer extends ReducerInstances with ReducerFunctions

  137. object Representable extends RepresentableInstances

  138. object Rope

  139. object Scalaz extends StateFunctions with ToTypeClassOps with ToDataOps with AllInstances with AllFunctions with ToAllStdOps with IdInstances

  140. object Semigroup

  141. object Show

  142. object Sink extends SinkInstances

  143. object Source extends SourceInstances

  144. object Split

  145. object State extends StateFunctions

  146. object StateT extends StateTInstances with StateTFunctions

  147. object Store extends Serializable

  148. object StoreT extends StoreTInstances with StoreTFunctions with Serializable

  149. object StreamT extends StreamTInstances

  150. object Tag

  151. object Tags

    Type tags that are used to discriminate between alternative type class instances.

  152. object Trampoline extends TrampolineInstances

  153. object Traverse

  154. object Traverse1

  155. object Tree extends TreeInstances with TreeFunctions

  156. object TreeLoc extends TreeLocInstances with TreeLocFunctions with Serializable

  157. object Unapply extends Unapply_0

  158. object Unapply2 extends Unapply2_0

  159. object Unapply21

  160. object UnapplyProduct

  161. object UnionTypes extends UnionTypes

  162. object UnitReducer

  163. object Unwriter extends Serializable

  164. object UnwriterT extends UnwriterTInstances with UnwriterTFunctions with Serializable

  165. object Unzip

  166. object Validation extends ValidationInstances with ValidationFunctions with Serializable

  167. object Value extends Serializable

  168. object Writer extends Serializable

  169. object WriterT extends WriterTInstances with WriterTFunctions with Serializable

  170. object Yoneda

  171. object Zap extends ZapInstances

  172. object Zip

  173. object Zipper extends ZipperInstances with ZipperFunctions with Serializable

  174. object \&/ extends TheseInstances with TheseFunctions with Serializable

  175. object \/ extends DisjunctionInstances with DisjunctionFunctions with Serializable

  176. implicit val idInstance: Traverse1[scalaz.Id.Id] with Each[scalaz.Id.Id] with Monad[scalaz.Id.Id] with Comonad[scalaz.Id.Id] with Distributive[scalaz.Id.Id] with Zip[scalaz.Id.Id] with Unzip[scalaz.Id.Id] with Align[scalaz.Id.Id] with Cozip[scalaz.Id.Id]

  177. package std

    Type Class instances for data structures in the Scala and Java standard libraries.

  178. package syntax

    Implicits to provide a convenient syntax to work with type classes and functions.

Deprecated Value Members

  1. val Cojoin: Cobind.type

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Cojoin has been merged into Cobind

  2. object Each

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Each is deprecated

  3. object Index

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Index is deprecated, use Foldable#index instead

  4. object Length

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1) Length is deprecated, use Foldable#length instead

Inherited from AnyRef

Inherited from Any

Ungrouped