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.data
Methods in com.daml.ledger.javaapi.data that return Unit Modifier and Type Method Description static @NonNull Unit
Unit. 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.codegen
Fields in com.daml.ledger.javaapi.data.codegen with type parameters of type Unit Modifier and Type Field Description static ValueDecoder<Unit>
PrimitiveValueDecoders. fromUnit
Methods 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.json
Fields in com.daml.ledger.javaapi.data.codegen.json with type parameters of type Unit Modifier and Type Field Description static JsonLfDecoder<Unit>
JsonLfDecoders. unit
Methods in com.daml.ledger.javaapi.data.codegen.json with parameters of type Unit Modifier and Type Method Description static JsonLfEncoder
JsonLfEncoders. unit(Unit _unit)
-