Uses of Class
com.daml.ledger.javaapi.data.codegen.Update
-
Packages that use Update Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of Update in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return Update Modifier and Type Method Description abstract Update<? extends Created<? extends ContractId<? extends Template>>>Template. create() -
Uses of Update in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return Update Modifier and Type Method Description <A,R>
Update<Exercised<R>>ByKey. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)<A,R>
Update<Exercised<R>>ByKey.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)<A,R>
Update<Exercised<R>>ContractId. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)<A,R>
Update<Exercised<R>>CreateAnd. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)<A,R>
Update<Exercised<R>>CreateAnd.ToInterface. makeExerciseCmd(Choice<?,? super A,R> choice, A choiceArgument)abstract <V> Update<V>Update. map(java.util.function.Function<? super U,? extends V> f)Map the result type.
-