java.lang.Object | |
↳ | com.atlassian.bitbucket.util.BuilderSupport |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NOT_BLANK |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
predicate | verifies elements prior to adding them to the collection |
---|---|
collection | the collection to which elements accepted by the predicate should be added |
value | the first element to add |
values | a varargs array containing 0 or more elements to add after the first |
value | the value to ensure is not null or blank. |
---|---|
name | a name for the value, used in exception messages |
value
, if it is not null
or blankIllegalArgumentException | if the provided value is blank |
---|---|
NullPointerException | if the provided value is null |