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
Learn more about member selection
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 IntBits = Refined[Int, Closed[Int(0), Int(31)]]

  6. type LongBits = Refined[Int, Closed[Int(0), Int(63)]]

  7. type LowerCaseChar = Refined[Char, LowerCase]

  8. trait RefinedInstances extends BitsInstances with CharsInstances

  9. type UpperCaseChar = Refined[Char, UpperCase]

  10. 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

Inherited from AnyRef

Inherited from Any

Ungrouped