Uses of Class
com.daml.ledger.javaapi.data.Unit
- 
Packages that use Unit Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen com.daml.ledger.javaapi.data.codegen.json 
- 
- 
Uses of Unit in com.daml.ledger.javaapi.dataMethods in com.daml.ledger.javaapi.data that return Unit Modifier and Type Method Description static @NonNull UnitUnit. getInstance()Methods in com.daml.ledger.javaapi.data that return types with arguments of type Unit Modifier and Type Method Description java.util.Optional<Unit>Value. asUnit()
- 
Uses of Unit in com.daml.ledger.javaapi.data.codegenFields in com.daml.ledger.javaapi.data.codegen with type parameters of type Unit Modifier and Type Field Description static ValueDecoder<Unit>PrimitiveValueDecoders. fromUnitMethods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type Unit Modifier and Type Method Description Update<Exercised<Unit>>Exercises.Archive. exerciseArchive()
- 
Uses of Unit in com.daml.ledger.javaapi.data.codegen.jsonFields in com.daml.ledger.javaapi.data.codegen.json with type parameters of type Unit Modifier and Type Field Description static JsonLfDecoder<Unit>JsonLfDecoders. unitMethods in com.daml.ledger.javaapi.data.codegen.json with parameters of type Unit Modifier and Type Method Description static JsonLfEncoderJsonLfEncoders. unit(Unit _unit)
 
-