package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
Adjacent[T] extends AnyRef
Auxiliary type class that provides the next smaller or next greater value for a given argument.
Auxiliary type class that provides the next smaller or next greater value for a given argument. This is needed for the
Arbitraryinstances of numeric refined types. -
trait
Bounded[T] extends AnyRef
Auxiliary type class that provides the upper and lower bounds of a type
T.Auxiliary type class that provides the upper and lower bounds of a type
T. This is needed for theArbitraryinstances of numeric refined types.