package lang
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CachingConverter extends Converter
Memoized converter
-
trait
Converter extends AnyRef
Stackable abstract converter between two arbitrary types
- class ImmutableProperties extends Properties
-
trait
TypeNegationConstraint extends AnyRef
Defines
nottype constraint.Defines
nottype constraint. Can be used to declare a generic type that is _not_ a given type.
Inspired by https://gist.github.com/milessabin/c9f8befa932d98dcc7a4}trait VegMenu { def add[A <: Food : not[Meat]#λ](food: A) }
Value Members
- object ARM
- object CollectionImplicits
- object ImmutableProperties extends Serializable
- object OptionImplicits
-
object
TypeConstraints extends TypeNegationConstraint
Utility object that defines extended type constraints to be used in Scala type definitions