Package de.flapdoodle.kfx.extensions
Class ObservableMapExtensions.TypedMap
-
- All Implemented Interfaces:
public class ObservableMapExtensions.TypedMap
-
-
Constructor Summary
Constructors Constructor Description ObservableMapExtensions.TypedMap(ObservableMap<Object, Object> map)
-
Method Summary
Modifier and Type Method Description <T extends Any> Tset(Key<T> key, T value)<T extends Any> Tset(KClass<T> type, T value)final <T extends Any> Tget(Key<T> key)final <T extends Any> Tget(KClass<T> type)final <K extends Any, T extends Any> TcomputeIfAbsent(Key<K> key, Function<in Key<K>, out T> mapping)final <T extends Any> TcomputeIfAbsent(KClass<T> type, Function<in Key<T>, out T> mapping)
-