public ProviderEvaluation getDoubleEvaluation()

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


  public ProviderEvaluation<Double> getDoubleEvaluation(
      String key, Double defaultValue, EvaluationContext ctx) {
    return getCastedEvaluation(key, defaultValue, ctx, Value::asDouble);
  }