CountPercent

Entity that comprises information of count and percentage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Indicates the count of occurences of the given statistic.

Link copied to clipboard

Indicates the percentage of occurances of the given statistic.

Functions

Link copied to clipboard
inline fun copy(block: CountPercent.Builder.() -> Unit = {}): CountPercent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String