IPoiholderCollection class abstract
- Implementers
Constructors
Properties
Methods
-
add(
Poiholder poiholder) → void -
addAll(
Iterable< Poiholder> poiholders) → void -
dispose(
) → Future< void> -
forEach(
void action(Poiholder poiholder)) → Future< void> -
freeRessources(
) → Future< void> -
getAll(
) → Future< Iterable< Poiholder> > -
mergeFrom(
IPoiholderCollection other) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeWhere(
bool test(Poiholder poiholder)) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited