Package com.braintrustdata.api.models
Interface ProjectScoreListParams.ScoreType.Visitor
-
- All Implemented Interfaces:
public interface ProjectScoreListParams.ScoreType.Visitor<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TvisitProject(ProjectScoreType project)The type of the configured score abstract TvisitProjectScoreTypes(List<ProjectScoreType> projectScoreTypes)The type of the configured score -
-
Method Detail
-
visitProject
abstract T visitProject(ProjectScoreType project)
The type of the configured score
-
visitProjectScoreTypes
abstract T visitProjectScoreTypes(List<ProjectScoreType> projectScoreTypes)
The type of the configured score
-
-
-
-