Package net.eksb.kswingutil.property
Class PropertyExtKt
-
- All Implemented Interfaces:
public final class PropertyExtKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, R extends Any> Property<R>map(Property<T> $self, Function1<T, R> transform)Map this Property to a Property via a converter final static <T extends Any> Property<Boolean>mapNotNull(Property<T> $self)Get a Property that is true when this property is not null.
-