Class Choice<Tpl,ArgType,ResType>

java.lang.Object
com.daml.ledger.javaapi.data.codegen.Choice<Tpl,ArgType,ResType>
Type Parameters:
Tpl - The generated template class or marker interface for a Daml interface
ArgType - The choice's argument type
ResType - The result from exercising the choice

public final class Choice<Tpl,ArgType,ResType> extends Object
This represents a Daml choice that can be exercised on ContractIds of type ContractId<Tpl>.