Interface TestData.FlagBuilder.VariationFunc<T>
- Type Parameters:
T
- the return type
- Enclosing class:
- TestData.FlagBuilder
public static interface TestData.FlagBuilder.VariationFunc<T>
A functional interface for use with
TestData.FlagBuilder.variationFunc(VariationFunc)
or
TestData.FlagBuilder.variationIndexFunc(VariationFunc)
.-
Method Summary
-
Method Details
-
apply
Returns the result for the specified context, or null if undefined.- Parameters:
context
- the evaluation context- Returns:
- the result or null
-