Companion

object Companion

Functions

empty
Link copied to clipboard
fun <T : Any> empty(): PropertyContainer<T>
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
withAll
Link copied to clipboard
fun <T : Any> withAll(vararg extras: ExtraProperty<T>?): PropertyContainer<T>
fun <T : Any> withAll(extras: Collection<ExtraProperty<T>>): PropertyContainer<T>