IdTraversable class

Inheritance

Constructors

IdTraversable()

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

Operators

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