Package org.evrete.api
Interface KeyReIterables<K>
- All Known Subinterfaces:
SharedBetaFactStorage
public interface KeyReIterables<K>
-
Method Summary
Modifier and Type Method Description EnumMap<KeyMode,ReIterable<K>>keyIterables()default KeyReIterators<K>keyIterators()default <Z> KeyReIterators<Z>keyIterators(Function<K,Z> mapper)default <Z> KeyReIterators<Z>keyIterators(Supplier<Function<K,Z>> mapperSupplier)
-
Method Details
-
keyIterables
EnumMap<KeyMode,ReIterable<K>> keyIterables() -
keyIterators
-
keyIterators
-
keyIterators
-