Interface ParseToken.DateConsumer

Enclosing class:
ParseToken

public static interface ParseToken.DateConsumer
Interface representing instance methods that consume date values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Consume a date.
  • Method Details

    • accept

      void accept(AbsoluteDate value)
      Consume a date.
      Parameters:
      value - value to consume