Choose<A> class final

Constructors

Choose.new(Function2<A, A, Gen<A>> _chooseF)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

choose(A min, A max) Gen<A>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
xmap<B>(Function1<A, B> from, Function1<B, A> to) Choose<B>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

dubble Choose<double>
getter/setter pair
integer Choose<int>
getter/setter pair