Packages

p

monocle

refined

package refined

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

Type Members

  1. trait BitsInstances extends AnyRef
  2. type ByteBits = Refined[Int, Closed[Int(0), Int(7)]]
  3. type CharBits = Refined[Int, Closed[Int(0), Int(15)]]
  4. trait CharsInstances extends AnyRef
  5. type EndsWithString[T <: String] = Refined[String, EndsWith[T]]
  6. type IntBits = Refined[Int, Closed[Int(0), Int(31)]]
  7. type LongBits = Refined[Int, Closed[Int(0), Int(63)]]
  8. type LowerCaseChar = Refined[Char, LowerCase]
  9. trait RefinedInstances extends BitsInstances with CharsInstances with StringsInstances
  10. type StartsWithString[T <: String] = Refined[String, StartsWith[T]]
  11. trait StringsInstances extends AnyRef
  12. type UpperCaseChar = Refined[Char, UpperCase]
  13. type ZeroTo[T] = Refined[Int, Closed[Int(0), T]]

Value Members

  1. object all extends RefinedInstances
  2. object bits extends BitsInstances
  3. object chars extends CharsInstances
  4. object strings extends StringsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped