Class AffordanceProperties.Companion
java.lang.Object
com.orange.spring.tmf630.affordances.AffordanceProperties.Companion
- Enclosing class:
AffordanceProperties
-
Method Summary
Modifier and TypeMethodDescription@NotNull AffordanceProperties
empty()
Creates an AffordanceProperties with noAffordanceProperties.Property
.@NotNull AffordanceProperties
of
(@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
.
-