Factory

@ApiStatus.Internal
interface Factory

Functions

Link copied to clipboard
abstract fun forBoolean(name: String): Property<Boolean>
Link copied to clipboard
abstract fun <E : Enum<E>> forEnum(name: String): Property<E>
Link copied to clipboard
abstract fun forInt(name: String): Property<Int>