minus
Creates and returns a new Provider of a List with all elements of the original Iterable without 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 without 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 without 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 without 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 without 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 without 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 without 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 without the values of elements.
The returned provider will only be stored in a WeakReference in the parent provider (this).