plus
Creates and returns a new Provider of a List with all elements of the original Iterable and the given element.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a List with all elements of the original Iterable and the value of element.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a List with all elements of the original Iterable and the given elements.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a List with all elements of the original Iterable and the values of elements.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a Set with all elements of the original Set and the given element.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a Set with all elements of the original Set and the value of element.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a Set with all elements of the original Set and the given elements.
The returned provider will only be stored in a WeakReference in the parent provider (this).
Creates and returns a new Provider of a Set with all elements of the original Set and the values of elements.
The returned provider will only be stored in a WeakReference in the parent provider (this).