Package

scalaz

std

Permalink

package std

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

Source
package.scala
Linear Supertypes
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 BooleanFunctions with OrderingFunctions with StringFunctions with FunctionFunctions

    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 FutureInstances with EitherInstances with PartialFunctionInstances with TypeConstraintInstances with BigDecimalInstances with BigInts with std.math.OrderingInstances with std.java.util.MapInstances with BigIntegerInstances with EnumInstances with CallableInstances

    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. sealed trait EitherInstances0 extends AnyRef

    Permalink
  8. trait FloatFunctions extends AnyRef

    Permalink
  9. trait FunctionFunctions extends AnyRef

    Permalink
  10. trait FunctionInstances extends FunctionInstances0

    Permalink
  11. sealed trait FunctionInstances0 extends FunctionInstances1

    Permalink
  12. sealed trait FunctionInstances1 extends AnyRef

    Permalink
  13. trait FutureInstances extends FutureInstances1

    Permalink
  14. trait FutureInstances1 extends AnyRef

    Permalink
  15. trait IntFunctions extends AnyRef

    Permalink
  16. trait IterableInstances extends AnyRef

    Permalink
  17. trait ListFunctions extends AnyRef

    Permalink
  18. trait ListInstances extends ListInstances0

    Permalink
  19. trait ListInstances0 extends AnyRef

    Permalink
  20. trait LongFunctions extends AnyRef

    Permalink
  21. trait MapFunctions extends MapSubFunctions with MapSubMap

    Permalink
  22. trait MapInstances extends MapSubInstances with MapSubMap

    Permalink
  23. trait MapSub extends AnyRef

    Permalink
  24. trait MapSubFunctions extends MapSub

    Permalink
  25. trait MapSubInstances extends MapSubInstances0 with MapSubFunctions

    Permalink
  26. trait MapSubInstances0 extends MapSub

    Permalink
  27. sealed trait MapSubMap extends MapSub

    Permalink
  28. sealed trait MapSubSortedMap extends AnyRef

    Permalink
  29. trait OptionFunctions extends AnyRef

    Permalink
  30. trait OptionInstances extends OptionInstances0

    Permalink
  31. sealed trait OptionInstances0 extends AnyRef

    Permalink
  32. trait PartialFunctionInstances extends AnyRef

    Permalink
  33. trait SetFunctions extends AnyRef

    Permalink
  34. trait SetInstances extends AnyRef

    Permalink
  35. trait ShortFunctions extends AnyRef

    Permalink
  36. trait StreamFunctions extends AnyRef

    Permalink
  37. trait StreamInstances extends AnyRef

    Permalink
  38. trait StringFunctions extends AnyRef

    Permalink
  39. trait StringInstances extends AnyRef

    Permalink
  40. trait TryFunctions extends AnyRef

    Permalink
  41. trait TryInstances extends AnyRef

    Permalink
  42. trait TupleInstances extends TupleInstances2

    Permalink
  43. sealed trait TupleInstances0 extends AnyRef

    Permalink
  44. sealed trait TupleInstances1 extends TupleInstances0

    Permalink
  45. sealed trait TupleInstances2 extends TupleInstances1

    Permalink
  46. trait TypeConstraintInstances extends AnyRef

    Permalink
  47. trait VectorFunctions extends AnyRef

    Permalink
  48. trait VectorInstances extends VectorInstances0

    Permalink
  49. sealed trait VectorInstances0 extends AnyRef

    Permalink

Value Members

  1. object AllFunctions extends AllFunctions

    Permalink
  2. object AllInstances extends AllInstances

    Permalink
  3. object anyVal extends AnyValInstances

    Permalink
  4. object boolean extends BooleanFunctions

    Permalink
  5. object double extends DoubleFunctions

    Permalink
  6. object either extends EitherInstances

    Permalink
  7. object float extends FloatFunctions

    Permalink
  8. object function extends FunctionFunctions with FunctionInstances

    Permalink
  9. object int extends IntFunctions

    Permalink
  10. object iterable extends IterableInstances

    Permalink
  11. package java

    Permalink
  12. object list extends ListInstances with ListFunctions

    Permalink
  13. object long extends LongFunctions

    Permalink
  14. object map extends MapInstances with MapFunctions

    Permalink
  15. package math

    Permalink
  16. object option extends OptionInstances with OptionFunctions

    Permalink
  17. object partialFunction extends PartialFunctionInstances

    Permalink
  18. object scalaFuture extends FutureInstances

    Permalink
  19. object set extends SetInstances with SetFunctions

    Permalink
  20. object short extends ShortFunctions

    Permalink
  21. object sortedMap extends MapSubInstances with MapSubFunctions with MapSubSortedMap

    Permalink
  22. object stream extends StreamInstances with StreamFunctions

    Permalink
  23. object string extends StringInstances with StringFunctions

    Permalink
  24. object try extends TryFunctions with TryInstances

    Permalink
  25. object tuple extends TupleInstances

    Permalink
  26. object typeConstraint extends TypeConstraintInstances

    Permalink
  27. object vector extends VectorInstances with VectorFunctions

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped