Uses of Class
com.daml.ledger.javaapi.data.codegen.Choice
Packages that use Choice
-
Uses of Choice in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen with type parameters of type ChoiceModifier and TypeFieldDescriptionfinal Map<String,Choice<ContractType, ?, ?>> ContractTypeCompanion.choicesThe provides a mapping of choice name to Choice.Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ChoiceModifier and TypeMethodDescriptionByKey.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) ByKey.ToInterface.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) ContractId.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) CreateAnd.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) CreateAnd.ToInterface.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument)