Packages

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. Protected

Package Members

  1. package java
  2. package math

Type Members

  1. trait AllFunctions extends ListFunctions with OptionFunctions with StreamFunctions with BooleanFunctions with OrderingFunctions with StringFunctions with FunctionFunctions
  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
  3. trait AnyValInstances extends AnyRef
  4. trait BooleanFunctions extends AnyRef
  5. trait DoubleFunctions extends AnyRef
  6. trait EitherInstances extends EitherInstances0
  7. sealed trait EitherInstances0 extends AnyRef
  8. trait FloatFunctions extends AnyRef
  9. trait FunctionFunctions extends AnyRef
  10. trait FunctionInstances extends FunctionInstances0
  11. sealed trait FunctionInstances0 extends FunctionInstances1
  12. sealed trait FunctionInstances1 extends AnyRef
  13. trait FutureInstances extends FutureInstances1
  14. trait FutureInstances1 extends AnyRef
  15. trait IntFunctions extends AnyRef
  16. trait IterableInstances extends AnyRef
  17. trait LazyListFunctions extends AnyRef
  18. trait LazyListInstances extends AnyRef
  19. trait ListFunctions extends AnyRef
  20. trait ListInstances extends ListInstances0
  21. trait ListInstances0 extends AnyRef
  22. trait LongFunctions extends AnyRef
  23. trait MapFunctions extends AnyRef
  24. trait MapInstances extends MapInstances0 with MapFunctions
  25. trait MapInstances0 extends AnyRef
  26. trait OptionFunctions extends AnyRef
  27. trait OptionInstances extends OptionInstances0
  28. sealed trait OptionInstances0 extends AnyRef
  29. trait PartialFunctionInstances extends AnyRef
  30. trait SetFunctions extends AnyRef
  31. trait SetInstances extends AnyRef
  32. trait ShortFunctions extends AnyRef
  33. trait SortedMapFunctions extends AnyRef
  34. trait SortedMapInstances extends SortedMapInstances0 with SortedMapFunctions
  35. trait SortedMapInstances0 extends AnyRef
  36. trait StreamFunctions extends AnyRef
  37. trait StreamInstances extends AnyRef
  38. trait StringFunctions extends AnyRef
  39. trait StringInstances extends AnyRef
  40. trait TryFunctions extends AnyRef
  41. trait TryInstances extends AnyRef
  42. trait TupleInstances extends TupleInstances2
  43. sealed trait TupleInstances0 extends AnyRef
  44. sealed trait TupleInstances1 extends TupleInstances0
  45. sealed trait TupleInstances2 extends TupleInstances1
  46. trait TypeConstraintInstances extends AnyRef
  47. trait VectorFunctions extends AnyRef
  48. trait VectorInstances extends VectorInstances0
  49. sealed 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 FunctionFunctions with FunctionInstances
  9. object int extends IntFunctions
  10. object iterable extends IterableInstances
  11. object lazylist extends LazyListInstances with LazyListFunctions
  12. object list extends ListInstances with ListFunctions
  13. object long extends LongFunctions
  14. object map extends MapInstances with MapFunctions
  15. object option extends OptionInstances with OptionFunctions
  16. object partialFunction extends PartialFunctionInstances
  17. object scalaFuture extends FutureInstances
  18. object set extends SetInstances with SetFunctions
  19. object short extends ShortFunctions
  20. object sortedMap extends SortedMapInstances with SortedMapFunctions
  21. object stream extends StreamInstances with StreamFunctions
  22. object string extends StringInstances with StringFunctions
  23. object try extends TryFunctions with TryInstances
  24. object tuple extends TupleInstances
  25. object typeConstraint extends TypeConstraintInstances
  26. object vector extends VectorInstances with VectorFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped