public ProviderEvaluation getIntegerEvaluation()

in openfeature-provider/src/main/java/com/spotify/confidence/ConfidenceFeatureProvider.java [102:105]


  public ProviderEvaluation<Integer> getIntegerEvaluation(
      String key, Integer defaultValue, EvaluationContext ctx) {
    return getCastedEvaluation(key, defaultValue, ctx, Value::asInteger);
  }