Packages

package lang

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CachingConverter extends Converter

    Memoized converter

  2. trait Converter extends AnyRef

    Stackable abstract converter between two arbitrary types

  3. class ImmutableProperties extends Properties
  4. trait TypeNegationConstraint extends AnyRef

    Defines not type constraint.

    Defines not type 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

  1. object ARM
  2. object CollectionImplicits
  3. object ImmutableProperties extends Serializable
  4. object OptionImplicits
  5. object TypeConstraints extends TypeNegationConstraint

    Utility object that defines extended type constraints to be used in Scala type definitions

Ungrouped