PairReportingFormat

class PairReportingFormat : SampleReportingFormat

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun appliesTo(value: Any): Boolean
Link copied to clipboard
@API(status = API.Status.INTERNAL)
open operator fun compareTo(other: SampleReportingFormat?): Int
Link copied to clipboard
open fun label(value: Any?): Optional<String?>?
Link copied to clipboard
open fun priority(): Int
Link copied to clipboard
open override fun report(value: Any): Any