R
- the type of the result of the function@FunctionalInterface public interface GeneratorFunction<R> extends Serializable
Modifier and Type | Method and Description |
---|---|
R |
generate(long timestamp,
long sequence)
Applies the function to the given timestamp and sequence.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.