alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (AllInstances.scala)

This example Scala source code file (AllInstances.scala) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Scala by Example" TM.

Learn more about this Scala project at its project page.

Java - Scala tags/keywords

allinstances, anyvalinstances, functioninstances, futureinstances, listinstances, mapinstances, optioninstances, partialfunctioninstances, setinstances, streaminstances, stringinstances, tupleinstances, typeconstraintinstances, vectorinstances

The AllInstances.scala Scala example source code

package scalaz.std

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 scalaz.std.math.BigDecimalInstances with scalaz.std.math.BigInts
  with scalaz.std.math.OrderingInstances
  with scalaz.std.java.util.MapInstances
  with scalaz.std.java.math.BigIntegerInstances
  with scalaz.std.java.EnumInstances
  with scalaz.std.java.util.concurrent.CallableInstances
  with scalaz.std.java.TimeInstances

object AllInstances extends AllInstances

Other Scala examples (source code examples)

Here is a short list of links related to this Scala AllInstances.scala source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.