-
public final class TableAttribute<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final Function1<OpenMapTable, T>initializer
-
Constructor Summary
Constructors Constructor Description TableAttribute(Function1<OpenMapTable, T> initializer)
-
Method Summary
Modifier and Type Method Description final Function1<OpenMapTable, T>getInitializer()final TgetValue(OpenMapTable thisRef, KProperty<?> property)final TsetValue(OpenMapTable thisRef, KProperty<?> property, T value)-
-
Constructor Detail
-
TableAttribute
TableAttribute(Function1<OpenMapTable, T> initializer)
-
-
Method Detail
-
getInitializer
final Function1<OpenMapTable, T> getInitializer()
-
getValue
final T getValue(OpenMapTable thisRef, KProperty<?> property)
-
setValue
final T setValue(OpenMapTable thisRef, KProperty<?> property, T value)
-
-
-
-