Specializable

scala.Specializable
See theSpecializable companion trait
object Specializable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class Group[T](value: T) extends SpecializedGroup

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Group[T]

Value members

Concrete fields

final val Arg: Group[(Int, Long, Float, Double)]
final val Args: Group[(Int, Long, Double)]
final val BestOfBreed: Group[(Int, Double, Boolean, Unit, AnyRef)]
final val Bits32AndUp: Group[(Int, Long, Float, Double)]
final val Everything: Group[(Byte, Short, Int, Long, Char, Float, Double, Boolean, Unit, AnyRef)]
final val Integral: Group[(Byte, Short, Int, Long, Char)]
final val Return: Group[(Int, Long, Float, Double, Boolean, Unit)]
final val Unit: Group[Tuple1[Unit]]