LowPriority1

oxygen.test.GeneratorLowPriority.LowPriority1
trait LowPriority1 extends LowPriority2

Attributes

Graph
Supertypes
trait LowPriority2
class Object
trait Matchable
class Any
Known subtypes
object Generator

Members list

Givens

Givens

given boundedEither[A, B](using ga: Bounded[A], gb: Bounded[B]): Bounded[Either[A, B]]
given boundedOption[A](using g: Bounded[A]): Bounded[Option[A]]

Inherited givens

given either[A, B](using ga: Generator[A], gb: Generator[B]): Generator[Either[A, B]]

Attributes

Inherited from:
LowPriority2
given option[A](using g: Generator[A]): Generator[Option[A]]

Attributes

Inherited from:
LowPriority2