Package org.evrete.api
Interface ReIterable<T>
-
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
FactStorage<T>,MemoryKeyCollection
public interface ReIterable<T> extends Iterable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReIterator<T>iterator()default <Z> ReIterator<Z>iterator(Function<? super T,Z> mapper)-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
ReIterator<T> iterator()
-
iterator
default <Z> ReIterator<Z> iterator(Function<? super T,Z> mapper)
-
-