Package tools.refinery.interpreter.matchers.util.resumable
package tools.refinery.interpreter.matchers.util.resumable
-
InterfacesClassDescriptionMaskedResumable<Timestamp extends Comparable<Timestamp>>A masked
Resumable
implementation, which maintains lazy folding per tuple signature.Resumable<Timestamp extends Comparable<Timestamp>>A resumable lazily folds its state towards higher timestamps.UnmaskedResumable<Timestamp extends Comparable<Timestamp>>A unmaskedResumable
implementation, which maintains lazy folding without caring about tuple signatures.