Sized

interface Sized<out M>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

component1
Link copied to clipboard
common
open operator fun component1(): M
component2
Link copied to clipboard
common
open operator fun component2(): Int

Properties

model
Link copied to clipboard
common
abstract val model: M
size
Link copied to clipboard
common
abstract val size: Int

Inheritors

ModelCache.Entry
Link copied to clipboard