Packages

package model

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

Package Members

  1. package arb
  2. package sequence

Type Members

  1. type IntPercent = Refined[Int, ZeroTo100]
  2. type NonNegDuration = Refined[Duration, NonNegative]
  3. type ZeroTo100 = And[GreaterEqual[Int(0)], LessEqual[Int(100)]]

Value Members

  1. implicit val nonNegDurationValidate: Plain[Duration, GreaterEqual[_0]]

Inherited from AnyRef

Inherited from Any

Ungrouped