TraversableOps<F, A> class abstract

Inheritance
Mixed in types
Implementers

Constructors

TraversableOps()

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

Operators

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