Set Property
Represents a property whose type is a Set of elements of type T. Retains iteration order.
You can create a SetProperty instance using factory method setProperty.
Note: This interface is not intended for implementation by build script or plugin authors.
Since
4.5
Parameters
<T>
the type of elements.
Functions
Link copied to clipboard
Sets the value of the property to the elements of the given iterable, and replaces any existing value
Sets the property to have the same value of the given provider, and replaces any existing value
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This is similar to calling value with a
null
argument.Link copied to clipboard
This is similar to calling convention with a
null
argument.