Packages

object KeyPattern

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPattern
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def forEnum[T](vals: Iterable[String]): KeyPattern[T]
  2. def mk[T](pattern: String): KeyPattern[T]
  3. implicit object ByteKeyPattern extends KeyPattern[Byte]
  4. implicit object CharKeyPattern extends KeyPattern[Char]
  5. implicit object IntKeyPattern extends KeyPattern[Int]
  6. implicit object LongKeyPattern extends KeyPattern[Long]
  7. implicit object ShortKeyPattern extends KeyPattern[Short]
  8. implicit object StringKeyPattern extends KeyPattern[String]