Builder

fun interface Builder : Function1<UpdateEvent, (HudPlayer) -> TextColor?>

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(p1: UpdateEvent): (HudPlayer) -> TextColor?
Link copied to clipboard
infix fun <T, R> (T) -> R.memoize(initialValue: R): (T) -> R
Link copied to clipboard