Package

cats

instances

Permalink

package instances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. instances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllInstances extends AnyValInstances with BigIntInstances with BigDecimalInstances with BitSetInstances with EitherInstances with EqInstances with EquivInstances with FunctionInstances with FutureInstances with HashInstances with InvariantMonoidalInstances with ListInstances with MapInstances with OptionInstances with OrderInstances with OrderingInstances with ParallelInstances with PartialOrderInstances with PartialOrderingInstances with QueueInstances with SetInstances with SortedMapInstances with SortedSetInstances with StreamInstances with StringInstances with SymbolInstances with TryInstances with TupleInstances with UUIDInstances with VectorInstances

    Permalink
  2. trait AnyValInstances extends IntInstances with ByteInstances with CharInstances with LongInstances with ShortInstances with FloatInstances with DoubleInstances with BooleanInstances with UnitInstances with TupleInstances

    Permalink
  3. trait BigDecimalInstances extends kernel.instances.BigDecimalInstances

    Permalink
  4. trait BigIntInstances extends kernel.instances.BigIntInstances

    Permalink
  5. trait BitSetInstances extends kernel.instances.BitSetInstances

    Permalink
  6. trait BooleanInstances extends kernel.instances.BooleanInstances

    Permalink
  7. trait ByteInstances extends kernel.instances.ByteInstances

    Permalink
  8. trait CharInstances extends kernel.instances.CharInstances

    Permalink
  9. trait DoubleInstances extends kernel.instances.DoubleInstances

    Permalink
  10. trait DurationInstances extends kernel.instances.DurationInstances

    Permalink
  11. trait EitherInstances extends kernel.instances.EitherInstances

    Permalink
  12. trait EqInstances extends kernel.instances.EqInstances

    Permalink
  13. trait EquivInstances extends AnyRef

    Permalink
  14. trait FloatInstances extends kernel.instances.FloatInstances

    Permalink
  15. trait FunctionInstances extends kernel.instances.FunctionInstances with Function0Instances with Function1Instances

    Permalink
  16. trait FutureInstances extends FutureInstances1

    Permalink
  17. trait HashInstances extends kernel.instances.HashInstances

    Permalink
  18. trait IntInstances extends kernel.instances.IntInstances

    Permalink
  19. trait InvariantMonoidalInstances extends AnyRef

    Permalink
  20. trait ListInstances extends kernel.instances.ListInstances

    Permalink
  21. trait LongInstances extends kernel.instances.LongInstances

    Permalink
  22. trait MapInstances extends kernel.instances.MapInstances

    Permalink
  23. trait OptionInstances extends kernel.instances.OptionInstances

    Permalink
  24. trait OrderInstances extends kernel.instances.OrderInstances

    Permalink
  25. trait OrderingInstances extends AnyRef

    Permalink
  26. trait ParallelInstances extends ParallelInstances1

    Permalink
  27. trait PartialOrderInstances extends kernel.instances.PartialOrderInstances

    Permalink
  28. trait PartialOrderingInstances extends AnyRef

    Permalink
  29. trait QueueInstances extends kernel.instances.QueueInstances

    Permalink
  30. trait SetInstances extends kernel.instances.SetInstances

    Permalink
  31. trait ShortInstances extends kernel.instances.ShortInstances

    Permalink
  32. class SortedMapCommutativeMonoid[K, V] extends SortedMapMonoid[K, V] with CommutativeMonoid[SortedMap[K, V]]

    Permalink
  33. class SortedMapEq[K, V] extends kernel.Eq[SortedMap[K, V]]

    Permalink
  34. class SortedMapHash[K, V] extends SortedMapEq[K, V] with kernel.Hash[SortedMap[K, V]]

    Permalink
  35. trait SortedMapInstances extends SortedMapInstances2

    Permalink
  36. trait SortedMapInstances1 extends AnyRef

    Permalink
  37. trait SortedMapInstances2 extends SortedMapInstances1

    Permalink
  38. class SortedMapMonoid[K, V] extends Monoid[SortedMap[K, V]]

    Permalink
  39. class SortedSetHash[A] extends kernel.Hash[SortedSet[A]]

    Permalink
  40. trait SortedSetInstances extends SortedSetInstances1

    Permalink
  41. trait SortedSetInstances1 extends AnyRef

    Permalink
  42. class SortedSetOrder[A] extends kernel.Order[SortedSet[A]]

    Permalink
  43. class SortedSetSemilattice[A] extends BoundedSemilattice[SortedSet[A]]

    Permalink
  44. trait StreamInstances extends kernel.instances.StreamInstances

    Permalink
  45. trait StringInstances extends kernel.instances.StringInstances

    Permalink
  46. trait SymbolInstances extends kernel.instances.SymbolInstances

    Permalink
  47. trait TryInstances extends TryInstances1

    Permalink
  48. sealed trait Tuple2Instances extends Tuple2Instances1

    Permalink
  49. sealed trait Tuple2Instances1 extends Tuple2Instances2

    Permalink
  50. sealed trait Tuple2Instances2 extends Tuple2Instances3

    Permalink
  51. sealed trait Tuple2Instances3 extends Tuple2Instances4

    Permalink
  52. sealed trait Tuple2Instances4 extends AnyRef

    Permalink
  53. trait TupleInstances extends Tuple2Instances with kernel.instances.TupleInstances

    Permalink
  54. trait UUIDInstances extends kernel.instances.UUIDInstances

    Permalink
  55. trait UnitInstances extends kernel.instances.UnitInstances

    Permalink
  56. trait VectorInstances extends kernel.instances.VectorInstances

    Permalink

Value Members

  1. object all extends AllInstances

    Permalink
  2. object bigDecimal extends BigDecimalInstances

    Permalink
  3. object bigInt extends BigIntInstances

    Permalink
  4. object bitSet extends BitSetInstances

    Permalink
  5. object boolean extends BooleanInstances

    Permalink
  6. object byte extends ByteInstances

    Permalink
  7. object char extends CharInstances

    Permalink
  8. object double extends DoubleInstances

    Permalink
  9. object duration extends DurationInstances

    Permalink
  10. object either extends EitherInstances

    Permalink
  11. object eq extends EqInstances

    Permalink
  12. object equiv extends EquivInstances

    Permalink
  13. object float extends FloatInstances

    Permalink
  14. object function extends FunctionInstances

    Permalink
  15. object future extends FutureInstances

    Permalink
  16. object int extends IntInstances

    Permalink
  17. object invariant extends InvariantMonoidalInstances

    Permalink
  18. object list extends ListInstances

    Permalink
  19. object long extends LongInstances

    Permalink
  20. object map extends MapInstances

    Permalink
  21. object option extends OptionInstances

    Permalink
  22. object order extends OrderInstances

    Permalink
  23. object ordering extends OrderingInstances

    Permalink
  24. object parallel extends ParallelInstances

    Permalink
  25. object partialOrder extends PartialOrderInstances

    Permalink
  26. object partialOrdering extends PartialOrderingInstances

    Permalink
  27. object queue extends QueueInstances

    Permalink
  28. object set extends SetInstances

    Permalink
  29. object short extends ShortInstances

    Permalink
  30. object sortedMap extends SortedMapInstances

    Permalink
  31. object sortedSet extends SortedSetInstances

    Permalink
  32. object stream extends StreamInstances

    Permalink
  33. object string extends StringInstances

    Permalink
  34. object try_ extends TryInstances

    Permalink
  35. object tuple extends TupleInstances

    Permalink
  36. object unit extends UnitInstances

    Permalink
  37. object uuid extends UUIDInstances

    Permalink
  38. object vector extends VectorInstances

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped