Package

scalaz

std

Permalink

package std

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

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

Type Members

  1. trait AllFunctions extends ListFunctions with OptionFunctions with StreamFunctions with std.math.OrderingFunctions with StringFunctions

    Permalink
  2. trait AllInstances extends AnyValInstances with FunctionInstances with ListInstances with MapInstances with OptionInstances with SetInstances with StringInstances with StreamInstances with TupleInstances with VectorInstances with EitherInstances with PartialFunctionInstances with TypeConstraintInstances with BigDecimalInstances with BigInts with std.math.OrderingInstances with Parsers with std.java.util.MapInstances with BigIntegerInstances with CallableInstances with NodeSeqInstances

    Permalink
  3. trait AnyValInstances extends AnyRef

    Permalink
  4. trait BooleanFunctions extends AnyRef

    Permalink
  5. trait DoubleFunctions extends AnyRef

    Permalink
  6. trait EitherInstances extends EitherInstances0

    Permalink
  7. trait EitherInstances0 extends AnyRef

    Permalink
  8. trait FloatFunctions extends AnyRef

    Permalink
  9. trait Function1Comonad[M, R] extends Comonad[[α](M) ⇒ α]

    Permalink
  10. trait Function1Monoid[A, R] extends Monoid[(A) ⇒ R] with Function1Semigroup[A, R]

    Permalink
  11. trait Function1Semigroup[A, R] extends Semigroup[(A) ⇒ R]

    Permalink
  12. trait FunctionFunctions extends AnyRef

    Permalink
  13. trait FunctionInstances extends FunctionInstances0

    Permalink
  14. trait FunctionInstances0 extends FunctionInstances1

    Permalink
  15. trait FunctionInstances1 extends AnyRef

    Permalink
  16. trait IndexedSeqEqual[A, Coll <: IndexedSeq[A]] extends Equal[Coll]

    Permalink
  17. trait IndexedSeqInstances extends IndexedSeqInstances0

    Permalink
  18. trait IndexedSeqInstances0 extends AnyRef

    Permalink
  19. trait IndexedSeqSub extends AnyRef

    Permalink
  20. trait IndexedSeqSubFunctions extends IndexedSeqSub

    Permalink
  21. trait IndexedSeqSubIndexedSeq extends IndexedSeqSub

    Permalink
  22. trait IndexedSeqSubInstances extends IndexedSeqInstances0 with IndexedSeqSub

    Permalink
  23. trait IndexedSeqSubOrder[A, Coll <: IndexedSeq[A] with IndexedSeqLike[A, Coll]] extends Order[Coll] with IndexedSeqEqual[A, Coll]

    Permalink
  24. trait IndexedSeqSubVector extends IndexedSeqSub

    Permalink
  25. trait IntFunctions extends AnyRef

    Permalink
  26. trait IterableInstances extends AnyRef

    Permalink
  27. trait ListEqual[A] extends Equal[List[A]]

    Permalink
  28. trait ListFunctions extends AnyRef

    Permalink
  29. trait ListInstances extends ListInstances0

    Permalink
  30. trait ListInstances0 extends AnyRef

    Permalink
  31. trait ListOrder[A] extends Order[List[A]] with ListEqual[A]

    Permalink
  32. trait LongFunctions extends AnyRef

    Permalink
  33. trait MapFunctions extends AnyRef

    Permalink
  34. trait MapInstances extends MapInstances0

    Permalink
  35. trait MapInstances0 extends AnyRef

    Permalink
  36. trait NodeSeqInstances extends AnyRef

    Permalink
  37. trait OptionEqual[A] extends Equal[Option[A]]

    Permalink
  38. trait OptionFunctions extends AnyRef

    Permalink
  39. trait OptionInstances extends OptionInstances0

    Permalink
  40. trait OptionInstances0 extends AnyRef

    Permalink
  41. trait OptionOrder[A] extends Order[Option[A]] with OptionEqual[A]

    Permalink
  42. trait PartialFunctionInstances extends AnyRef

    Permalink
  43. trait SetFunctions extends AnyRef

    Permalink
  44. trait SetInstances extends AnyRef

    Permalink
  45. trait ShortFunctions extends AnyRef

    Permalink
  46. trait StreamFunctions extends AnyRef

    Permalink
  47. trait StreamInstances extends AnyRef

    Permalink
  48. trait StringFunctions extends AnyRef

    Permalink
  49. trait StringInstances extends AnyRef

    Permalink
  50. trait TupleInstances extends TupleInstances1

    Permalink
  51. trait TupleInstances0 extends AnyRef

    Permalink
  52. trait TupleInstances1 extends TupleInstances0

    Permalink
  53. trait TypeConstraintInstances extends AnyRef

    Permalink
  54. trait VectorInstances extends VectorInstances0

    Permalink
  55. trait VectorInstances0 extends AnyRef

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped