Foldable2<G, A, B> mixin

Superclass Constraints
Mixin Applications

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 predicate(B a)) bool
any(bool predicate(B a)) bool
concatenate(Monoid<B> monoid) → B
foldLeft<C>(C b, C f(C acc, B b)) → C
foldLeftWithIndex<C>(C c, C f(int i, C acc, B b)) → C
foldMap<C>(Monoid<C> monoid, C f(B b)) → C
foldRight<C>(C b, C f(C acc, B b)) → C
foldRightWithIndex<C>(C c, C f(int i, C acc, B b)) → C
length() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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