Class Update<U>
- java.lang.Object
 - 
- com.daml.ledger.javaapi.data.codegen.Update<U>
 
 
- 
- All Implemented Interfaces:
 HasCommands
public abstract class Update<U> extends java.lang.Object implements HasCommands
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.List<Command>commands()abstract <V> Update<V>map(java.util.function.Function<? super U,? extends V> f)Map the result type. 
 - 
 
- 
- 
Constructor Detail
- 
Update
public Update(Command command)
 
 - 
 
- 
Method Detail
- 
commands
public final java.util.List<Command> commands()
- Specified by:
 commandsin interfaceHasCommands
 
 - 
 
 -