Interface ExcHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ExcHandler
ExcHandler is a handler of an Exc object creation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles an Exc object creation.
  • Method Details

    • handle

      void handle(Exc exc, OffsetDateTime tm)
      Handles an Exc object creation.
      Parameters:
      exc - The Exc object.
      tm - The creation time of the Exc object.