Skip to content

Instantly share code, notes, and snippets.

@nikkatsa
Created May 9, 2016 20:52
Show Gist options
  • Save nikkatsa/082a19114a15b581c9d449b506e838a5 to your computer and use it in GitHub Desktop.
Save nikkatsa/082a19114a15b581c9d449b506e838a5 to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface NowService {
/**
* @return the number of milliseconds since 1st January 1970 UTC
*/
long nowMillis();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment