Class FieldRecallLastOccurrence<T extends CalculusFieldElement<T>>

  • Type Parameters:
    T - field type
    All Implemented Interfaces:
    FieldEventHandler<T>

    public class FieldRecallLastOccurrence<T extends CalculusFieldElement<T>>
    extends Object
    implements FieldEventHandler<T>
    Event handler wrapping another, arbitrary one whilst remembering date of last detection. If never used, the cache is null. If used but nothing detected, it returns past infinity in case of forward propagation and future infinity otherwise.
    Since:
    12.1
    Author:
    Romain Serra
    See Also:
    RecallLastOccurrence