Interface ICreatedAtGetter<Holder>

Type Parameters:
Holder - Type of the object that contains the information.
All Known Subinterfaces:
ICreatedAtAccessor<Holder>
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 ICreatedAtGetter<Holder>
Getter for the time when an object was created.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the time when an object was created.
  • Method Details

    • getCreatedAt

      Instant getCreatedAt(Holder object)
      Gets the time when an object was created.
      Parameters:
      object - The object that holds the information.
      Returns:
      The time when the object was created.