Class AffordanceProperties.Companion
java.lang.Object
com.orange.spring.tmf630.affordances.AffordanceProperties.Companion
- Enclosing class:
AffordanceProperties
-
Method Summary
Modifier and TypeMethodDescription@NotNull AffordancePropertiesempty()Creates an AffordanceProperties with noAffordanceProperties.Property.@NotNull AffordancePropertiesof(@NotNull AffordanceProperties.Property<?>... properties) Factory to create AffordanceProperties from multipleAffordanceProperties.Property.
-
Method Details
-
empty
Creates an AffordanceProperties with noAffordanceProperties.Property.- Returns:
- an empty list of properties
-
of
@NotNull public @NotNull AffordanceProperties of(@NotNull @NotNull AffordanceProperties.Property<?>... properties) Factory to create AffordanceProperties from multipleAffordanceProperties.Property.
-