scalaz

std

package std

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

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

Type Members

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

  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

  3. trait AnyValInstances extends AnyRef

  4. trait BooleanFunctions extends AnyRef

  5. trait DoubleFunctions extends AnyRef

  6. trait EitherInstances extends EitherInstances0

  7. trait EitherInstances0 extends AnyRef

  8. trait FloatFunctions extends AnyRef

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

  10. trait Function1Group[A, R] extends Group[(A) ⇒ R] with Function1Monoid[A, R]

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

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

  13. trait FunctionInstances extends FunctionInstances0

  14. trait FunctionInstances0 extends FunctionInstances1

  15. trait FunctionInstances1 extends AnyRef

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

  17. trait IndexedSeqInstances extends IndexedSeqInstances0

  18. trait IndexedSeqInstances0 extends AnyRef

  19. trait IndexedSeqSub extends AnyRef

  20. trait IndexedSeqSubFunctions extends IndexedSeqSub

  21. trait IndexedSeqSubIndexedSeq extends IndexedSeqSub

  22. trait IndexedSeqSubInstances extends IndexedSeqInstances0 with IndexedSeqSub

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

  24. trait IndexedSeqSubVector extends IndexedSeqSub

  25. trait IntFunctions extends AnyRef

  26. trait IterableInstances extends AnyRef

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

  28. trait ListFunctions extends AnyRef

  29. trait ListInstances extends ListInstances0

  30. trait ListInstances0 extends AnyRef

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

  32. trait LongFunctions extends AnyRef

  33. trait MapFunctions extends AnyRef

  34. trait MapInstances extends AnyRef

  35. trait NodeSeqInstances extends AnyRef

  36. trait OptionEqual[A] extends Equal[Option[A]]

  37. trait OptionFunctions extends AnyRef

  38. trait OptionInstances extends OptionInstances0

  39. trait OptionInstances0 extends AnyRef

  40. trait OptionOrder[A] extends Order[Option[A]] with OptionEqual[A]

  41. trait PartialFunctionInstances extends AnyRef

  42. trait SetFunctions extends AnyRef

  43. trait SetInstances extends AnyRef

  44. trait ShortFunctions extends AnyRef

  45. trait StreamFunctions extends AnyRef

  46. trait StreamInstances extends AnyRef

  47. trait StringFunctions extends AnyRef

  48. trait StringInstances extends AnyRef

  49. trait TupleInstances extends TupleInstances2

  50. trait TupleInstances0 extends AnyRef

  51. trait TupleInstances1 extends TupleInstances0

  52. trait TupleInstances2 extends TupleInstances1

  53. trait TypeConstraintInstances extends AnyRef

  54. trait VectorInstances extends VectorInstances0

  55. trait VectorInstances0 extends AnyRef

Value Members

  1. object AllFunctions extends AllFunctions

  2. object AllInstances extends AllInstances

  3. object anyVal extends AnyValInstances

  4. object boolean extends BooleanFunctions

  5. object double extends DoubleFunctions

  6. object either extends EitherInstances

  7. object float extends FloatFunctions

  8. object function extends FunctionInstances

  9. object indexedSeq extends IndexedSeqInstances with IndexedSeqSubFunctions with IndexedSeqSubIndexedSeq

  10. object int extends IntFunctions

  11. object iterable extends IterableInstances

  12. package java

  13. object list extends ListInstances with ListFunctions

  14. object long extends LongFunctions

  15. object map extends MapInstances with MapFunctions

  16. package math

  17. object nodeseq extends NodeSeqInstances

  18. object option extends OptionInstances with OptionFunctions

  19. object partialFunction extends PartialFunctionInstances

  20. object set extends SetInstances with SetFunctions

  21. object short extends ShortFunctions

  22. object stream extends StreamInstances with StreamFunctions

  23. object string extends StringInstances with StringFunctions

  24. object tuple extends TupleInstances

  25. object typeConstraint extends TypeConstraintInstances

  26. package util

  27. object vector extends IndexedSeqSubVector with VectorInstances with IndexedSeqSubFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped