Fallback

scalus.testing.ArbitraryDerivation.Fallback
See theFallback companion trait
object Fallback

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Fallback.type

Members list

Type members

Classlikes

object NoFallback extends Fallback[Nothing]

Attributes

Supertypes
trait Fallback[Nothing]
trait Serializable
class Object
trait Matchable
class Any
Self type
NoFallback.type

Value members

Concrete methods

def apply[T](g: Gen[T]): Fallback[T]
def apply[T](v: T): Fallback[T]
def apply[T](using arb: Arbitrary[T]): Fallback[T]

Givens

Givens

given defaultFallback[T]: Fallback[T]