package std
Type Class instances for data structures in the Scala and Java standard libraries.
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- std
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AllFunctions extends ListFunctions with OptionFunctions with LazyListFunctions with BooleanFunctions with OrderingFunctions with StringFunctions with FunctionFunctions
- trait AllInstances extends AnyValInstances with FunctionInstances with ListInstances with MapInstances with SortedMapInstances with OptionInstances with SetInstances with StringInstances with StreamInstances with LazyListInstances 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 BigDecimalInstances with BigIntegerInstances with EnumInstances with CallableInstances with TimeInstances
- trait AnyValInstances extends AnyRef
- trait BooleanFunctions extends AnyRef
- trait DoubleFunctions extends AnyRef
- trait EitherInstances extends EitherInstances0
- sealed trait EitherInstances0 extends AnyRef
- trait FloatFunctions extends AnyRef
- trait FunctionFunctions extends AnyRef
- trait FunctionInstances extends FunctionInstances0
- sealed trait FunctionInstances0 extends FunctionInstances1
- sealed trait FunctionInstances1 extends AnyRef
- trait FutureInstances extends FutureInstances1
- trait FutureInstances1 extends AnyRef
- trait IntFunctions extends AnyRef
- trait IterableInstances extends AnyRef
- trait LazyListFunctions extends AnyRef
- trait LazyListInstances extends AnyRef
- trait ListFunctions extends AnyRef
- trait ListInstances extends ListInstances0
- trait ListInstances0 extends AnyRef
- trait LongFunctions extends AnyRef
- trait MapFunctions extends AnyRef
- trait MapInstances extends MapInstances0 with MapFunctions
- trait MapInstances0 extends AnyRef
- trait OptionFunctions extends AnyRef
- trait OptionInstances extends OptionInstances0
- sealed trait OptionInstances0 extends OptionInstances1
- sealed trait OptionInstances1 extends AnyRef
- trait PartialFunctionInstances extends AnyRef
- trait SetFunctions extends AnyRef
- trait SetInstances extends AnyRef
- trait ShortFunctions extends AnyRef
- trait SortedMapFunctions extends AnyRef
- trait SortedMapInstances extends SortedMapInstances0 with SortedMapFunctions
- trait SortedMapInstances0 extends AnyRef
- trait StreamFunctions extends AnyRef
- Annotations
- @nowarn()
- trait StreamInstances extends AnyRef
- Annotations
- @nowarn()
- trait StringFunctions extends AnyRef
- trait StringInstances extends AnyRef
- trait TryFunctions extends AnyRef
- trait TryInstances extends AnyRef
- trait TupleInstances extends TupleInstances3
- sealed trait TupleInstances0 extends AnyRef
- sealed trait TupleInstances1 extends TupleInstances0
- sealed trait TupleInstances2 extends TupleInstances1
- sealed trait TupleInstances3 extends TupleInstances2
- trait TypeConstraintInstances extends AnyRef
- trait VectorFunctions extends AnyRef
- trait VectorInstances extends VectorInstances0
- sealed trait VectorInstances0 extends AnyRef
Value Members
- object AllFunctions extends AllFunctions
- object AllInstances extends AllInstances
- object anyVal extends AnyValInstances
- object boolean extends BooleanFunctions
- object double extends DoubleFunctions
- object either extends EitherInstances
- object float extends FloatFunctions
- object function extends FunctionFunctions with FunctionInstances
- object int extends IntFunctions
- object iterable extends IterableInstances
- object lazylist extends LazyListInstances with LazyListFunctions
- object list extends ListInstances with ListFunctions
- object long extends LongFunctions
- object map extends MapInstances with MapFunctions
- object option extends OptionInstances with OptionFunctions
- object partialFunction extends PartialFunctionInstances
- object scalaFuture extends FutureInstances
- object set extends SetInstances with SetFunctions
- object short extends ShortFunctions
- object sortedMap extends SortedMapInstances with SortedMapFunctions
- object stream extends StreamInstances with StreamFunctions
- object string extends StringInstances with StringFunctions
- object try extends TryFunctions with TryInstances
- object tuple extends TupleInstances
- object typeConstraint extends TypeConstraintInstances
- object vector extends VectorInstances with VectorFunctions