ostrat.Multiple
See theMultiple companion object
The Multiple type class allow you to represent multiple values of type A. Implicit conversion in package object. To create a Multiple instance follow the value by the "*" symbol followed by an integer. There is a n implicit conversion from an object of type to a Multiple of type T with quantity of 1.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article