Example usage for java.util.function LongSupplier interface-usage

List of usage examples for java.util.function LongSupplier interface-usage

Introduction

In this page you can find the example usage for java.util.function LongSupplier interface-usage.

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