Interface Statistical

All Known Subinterfaces:
CosIdGenerator, IdConverter, IdGenerator, IdGeneratorDecorator, SegmentId, SnowflakeFriendlyId, SnowflakeId
All Known Implementing Classes:
AbstractSnowflakeId, AtomicLongGenerator, ClockSyncCosIdGenerator, ClockSyncSnowflakeId, DefaultSegmentId, DefaultSnowflakeFriendlyId, GroupedPrefixIdConverter, LazyIdGenerator, MillisecondSnowflakeId, MockIdGenerator, PrefixIdConverter, Radix36CosIdGenerator, Radix36IdConverter, Radix62CosIdGenerator, Radix62IdConverter, RadixCosIdGenerator, RadixIdConverter, SecondSnowflakeId, SegmentChainId, SnowflakeFriendlyIdConverter, StringIdGeneratorDecorator, StringSegmentId, StringSnowflakeId, SuffixIdConverter, ToStringIdConverter, UncertaintyIdGenerator, UuidGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Statistical
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details