Interface EntityIdHelper.WithIdNums<R>

Enclosing class:
EntityIdHelper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface EntityIdHelper.WithIdNums<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long shard, long realm, long num, String checksum)
     
  • Method Details

    • apply

      R apply(long shard, long realm, long num, @Nullable String checksum)