Interface PayloadCalculator

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 PayloadCalculator
Calculates a payload value for an ObjectMask.

This functional interface is used to compute a numeric value associated with an object mask, which can be used in various algorithms, such as object merging or prioritization.

  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Calculates the payload value for a given object mask.