public final class KFunValue<VALUE extends Object>
private final Function1<KFunction<?>, VALUE>
block
KFunValue(Function1<KFunction<?>, VALUE> block)
final Function1<KFunction<?>, VALUE>
getBlock()
final VALUE
getValue(KFunction<?> thisRef, KProperty<?> property)
final Unit
setValue(KFunction<?> thisRef, KProperty<?> property, VALUE value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Function1<KFunction<?>, VALUE> getBlock()
@Synchronized() final VALUE getValue(KFunction<?> thisRef, KProperty<?> property)
@Synchronized() final Unit setValue(KFunction<?> thisRef, KProperty<?> property, VALUE value)