Interface TestData.FlagBuilder.VariationFunc<T>

Type Parameters:
T - the return type
Enclosing class:
TestData.FlagBuilder

public static interface TestData.FlagBuilder.VariationFunc<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(LDContext context)
    Returns the result for the specified context, or null if undefined.
  • Method Details

    • apply

      T apply(LDContext context)
      Returns the result for the specified context, or null if undefined.
      Parameters:
      context - the evaluation context
      Returns:
      the result or null