Function0TraversableMonad class

Inheritance
Mixed in types

Constructors

Function0TraversableMonad()

Properties

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

Methods

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

Operators

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