Interface FeatureResultSupplier

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 FeatureResultSupplier
Supplies the result of a feature calculation.

This functional interface provides a method to retrieve the result of a feature calculation, which may throw a FeatureCalculationException if the calculation fails.

  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get()
    Retrieves the result of a feature calculation.