package std
Type Class instances for data structures in the Scala and Java standard libraries.
- Source
- package.scala
- Alphabetic
- By Inheritance
- std
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait AllFunctions extends ListFunctions with OptionFunctions with StreamFunctions with BooleanFunctions with OrderingFunctions with StringFunctions with FunctionFunctions
- 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
- 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 ListFunctions extends AnyRef
- trait ListInstances extends ListInstances0
- trait ListInstances0 extends AnyRef
- trait LongFunctions extends AnyRef
- trait MapFunctions extends MapSubFunctions with MapSubMap
- trait MapInstances extends MapSubInstances with MapSubMap
- trait MapSub extends AnyRef
- trait MapSubFunctions extends MapSub
- trait MapSubInstances extends MapSubInstances0 with MapSubFunctions
- trait MapSubInstances0 extends MapSub
- sealed trait MapSubMap extends MapSub
- sealed trait MapSubSortedMap extends AnyRef
- trait OptionFunctions extends AnyRef
- trait OptionInstances extends OptionInstances0
- sealed trait OptionInstances0 extends AnyRef
- trait PartialFunctionInstances extends AnyRef
- trait SetFunctions extends AnyRef
- trait SetInstances extends AnyRef
- trait ShortFunctions extends AnyRef
- trait StreamFunctions extends AnyRef
- trait StreamInstances extends AnyRef
- trait StringFunctions extends AnyRef
- trait StringInstances extends AnyRef
- trait TryFunctions extends AnyRef
- trait TryInstances extends AnyRef
- trait TupleInstances extends TupleInstances2
- sealed trait TupleInstances0 extends AnyRef
- sealed trait TupleInstances1 extends TupleInstances0
- sealed trait TupleInstances2 extends TupleInstances1
- 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 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 MapSubInstances with MapSubFunctions with MapSubSortedMap
- 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