Identifiable

interface Identifiable<T>

Models an identifiable

Since

1.0.0

Author

Devin

Parameters

T

the id generic

Inheritors

Properties

Link copied to clipboard
abstract var id: T

The unique ID of this identifiable

Functions

Link copied to clipboard
abstract fun hasID(): Boolean