public Class type()

in src/main/java/com/spotify/github/GitHubInstant.java [72:74]


  public Class<?> type() {
    return epochSeconds.isPresent() ? epochSeconds.get().getClass() : instant.get().getClass();
  }