List of usage examples for java.util.function LongSupplier interface-usage
From source file com.github.sebhoss.identifier.service.AtomicLongSupplier.java
@Repository class AtomicLongSupplier implements LongSupplier { private static final AtomicLong SEQUENCE = new AtomicLong(0L); @Timed