Class Update<U>
java.lang.Object
com.daml.ledger.javaapi.data.codegen.Update<U>
- All Implemented Interfaces:
HasCommands
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Update
-
-
Method Details
-
commands
- Specified by:
commands
in interfaceHasCommands
-
map
Map the result type.// follows the functor laws u = u.map(a -> a) u.map(g.andThen(f)) = u.map(g).map(f)
-