OptionTraversable class

Inheritance

Constructors

OptionTraversable()

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

all(Option fa, bool f(dynamic a)) bool
inherited
any(Option fa, bool f(dynamic a)) bool
inherited
composeF(Functor G) Functor<Option>
inherited
concatenate<A>(Monoid<A> mi, Option fa) → A
inherited
concatenateO<A>(Semigroup<A> si, Option fa) Option<A>
inherited
foldLeft<A, B>(Option fa, B z, B f(B previous, A a)) → B
inherited
foldLeftWithIndex<A, B>(Option fa, B z, B f(B previous, int i, A a)) → B
inherited
foldMap<A, B>(Monoid<B> bMonoid, covariant Option<A> fa, B f(A a)) → B
override
foldMapO<A, B>(Semigroup<B> si, Option fa, B f(A a)) Option<B>
inherited
foldRight<A, B>(Option fa, B z, B f(A a, B previous)) → B
inherited
foldRightWithIndex<A, B>(Option fa, B z, B f(int i, dynamic a, B previous)) → B
inherited
intercalate<A>(Monoid<A> mi, Option fa, A a) → A
inherited
length(Option fa) int
inherited
map<A, B>(covariant Option<A> fa, B f(A a)) Option<B>
override
maximum<A>(Order<A> oa, Option fa) Option<A>
inherited
minimum<A>(Order<A> oa, Option fa) Option<A>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
strengthL<A, B>(Option fa, B b) Option
inherited
strengthR<A, B>(Option fa, B b) Option
inherited
toString() String
A string representation of this object.
inherited

Operators

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