Packages

trait PrettyInstances extends AnyRef

Collects instances of Pretty for common types.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettyInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit def prettyActiveLedgerState[T](implicit arg0: Pretty[T]): Pretty[ActiveLedgerState[T]]
  15. implicit def prettyArray[T](implicit arg0: Pretty[T]): Pretty[Array[T]]
  16. implicit def prettyBoolean: Pretty[Boolean]
  17. implicit val prettyByteString: Pretty[ByteString]
  18. implicit def prettyChangeId: Pretty[ChangeId]
  19. implicit def prettyCompletion: Pretty[Completion]
  20. implicit def prettyContractId: Pretty[ContractId[_]]
  21. implicit def prettyDumpInfo: Pretty[DumpInfo]
  22. implicit def prettyDumpable: Pretty[Dumpable]
  23. implicit def prettyDuration: Pretty[Duration]
  24. implicit def prettyEither[L, R](implicit arg0: Pretty[L], arg1: Pretty[R]): Pretty[Either[L, R]]
  25. implicit def prettyGrpcStatus: Pretty[Status]
  26. implicit def prettyInstant: Pretty[Instant]
  27. implicit def prettyInt: Pretty[Int]
  28. implicit val prettyJDuration: Pretty[Duration]
  29. implicit def prettyJLong: Pretty[Long]
  30. implicit val prettyKeyInputError: Pretty[KeyInputError]
  31. implicit def prettyLedgerApplicationId: Pretty[LedgerApplicationId]
  32. implicit val prettyLedgerBoundary: Pretty[LedgerBoundary]
  33. implicit def prettyLedgerConfiguration: Pretty[Configuration]
  34. implicit val prettyLedgerOffset: Pretty[LedgerOffset]
  35. implicit def prettyLedgerString: Pretty[LedgerString]
  36. implicit def prettyLedgerTimeModel: Pretty[LedgerTimeModel]
  37. implicit def prettyLfContractId: Pretty[LfContractId]
  38. implicit def prettyLfDottedName: Pretty[DottedName]
  39. implicit def prettyLfGlobalKey: Pretty[LfGlobalKey]
  40. implicit def prettyLfHash: Pretty[LfHash]
  41. implicit def prettyLfIdentifier: Pretty[Identifier]
  42. implicit def prettyLfParticipantId: Pretty[ParticipantId]
  43. implicit def prettyLfPartyId: Pretty[LfPartyId]
  44. implicit def prettyLfQualifiedName: Pretty[QualifiedName]
  45. implicit def prettyLfTimestamp: Pretty[LfTimestamp]
  46. implicit def prettyLfTransactionVersion: Pretty[LfTransactionVersion]
  47. implicit def prettyLong: Pretty[Long]
  48. implicit def prettyMap[K, V](implicit arg0: Pretty[K], arg1: Pretty[V]): Pretty[Map[K, V]]
  49. implicit val prettyNodeId: Pretty[LfNodeId]
  50. implicit def prettyNonempty[T](implicit arg0: Pretty[T]): Pretty[NonEmpty[T]]
  51. implicit def prettyOption[T](implicit arg0: Pretty[T]): Pretty[Option[T]]
  52. implicit def prettyPackageId: Pretty[PackageId]
  53. implicit def prettyPair[T1, T2](implicit arg0: Pretty[T1], arg1: Pretty[T2]): Pretty[(T1, T2)]
  54. implicit val prettyPort: Pretty[Port]
  55. implicit def prettyPrettyPrinting[T <: PrettyPrinting]: Pretty[T]
    Annotations
    @SuppressWarnings()
  56. implicit def prettyPrimitiveParty: Pretty[Party]
  57. implicit val prettyReadServiceOffset: Pretty[Offset]
  58. implicit val prettyRefinedNumeric: Pretty[RefinedNumeric[_]]
  59. implicit def prettyRpcStatus: Pretty[Status]
  60. implicit def prettySeq[T](implicit arg0: Pretty[T]): Pretty[Seq[T]]
  61. implicit val prettyServingStatus: Pretty[ServingStatus]
  62. implicit def prettySet[T](implicit arg0: Pretty[T]): Pretty[Set[T]]
  63. implicit def prettyShown: Pretty[Shown]

    Makes the syntax from com.digitalasset.canton.util.ShowUtil accessible in places where a Pretty is expected.

  64. def prettyString: Pretty[String]
  65. implicit def prettyThrowable: Pretty[Throwable]
  66. implicit val prettyTraceContext: Pretty[TraceContext]
  67. implicit def prettyTree[T <: Tree]: Pretty[T]
  68. implicit def prettyTriple[T1, T2, T3](implicit arg0: Pretty[T1], arg1: Pretty[T2], arg2: Pretty[T3]): Pretty[(T1, T2, T3)]
  69. implicit def prettyURI: Pretty[URI]
  70. implicit val prettyUnit: Pretty[Unit]
  71. implicit val prettyUuid: Pretty[UUID]
  72. implicit def prettyV2DeduplicationPeriod: Pretty[DeduplicationPeriod]
  73. implicit lazy val prettyValue: Pretty[Value]
  74. implicit lazy val prettyVersionedValue: Pretty[VersionedValue]
  75. implicit val prettyW3CTraceContext: Pretty[W3CTraceContext]
  76. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped