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()Update<U>UpdateSubmission. getUpdate()Methods in com.daml.ledger.javaapi.data with parameters of type Update Modifier and Type Method Description static <U> UpdateSubmission<U>UpdateSubmission. create(java.lang.String applicationId, java.lang.String commandId, Update<U> update) -
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 Update<Exercised<Unit>>Exercises.Archive. exerciseArchive()<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.
-