BooleanProperty |
BooleanProperty.clone(Consumer<PathProperty.Builder<Boolean,PathProperty<Boolean>,?>> builder)
Clone this property.
|
ListPathProperty<T> |
ListPathProperty.clone(Consumer<PathProperty.Builder<List<T>,PathProperty<List<T>>,?>> builder)
Clone this property.
|
NumericProperty<N> |
NumericProperty.clone(Consumer<PathProperty.Builder<N,PathProperty<N>,?>> builder)
Clone this property.
|
PropertyBoxProperty |
PropertyBoxProperty.clone(Consumer<PathProperty.Builder<PropertyBox,PathProperty<PropertyBox>,?>> builder)
Clone this property.
|
SetPathProperty<T> |
SetPathProperty.clone(Consumer<PathProperty.Builder<Set<T>,PathProperty<Set<T>>,?>> builder)
Clone this property.
|
StringProperty |
StringProperty.clone(Consumer<PathProperty.Builder<String,PathProperty<String>,?>> builder)
Clone this property.
|
TemporalProperty<T> |
TemporalProperty.clone(Consumer<PathProperty.Builder<T,PathProperty<T>,?>> builder)
Clone this property.
|