package utils
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
GenericResponse[A](result: A, message: String = "") extends Product with Serializable
Class modelling a generic response from a procedure, storing the generic result and a message
Class modelling a generic response from a procedure, storing the generic result and a message
- A
the result type
- result
the result
- message
the message
-
trait
Point extends AnyRef
Cartesian point
-
trait
Vector extends AnyRef
Mixin representing a 2D vector.
Mixin representing a 2D vector.
The methods of this mixin won't alter the values of the classes that extends it.