Interface BreakableCollection.WithProvider<E>

Type Parameters:
E - element type
All Superinterfaces:
CollectionProviderSupport<E,BreakableCollection<E>>, ElementProviderSupport<E>, ProviderSupport<BreakableCollection<E>>
Enclosing class:
BreakableCollection<E>

public static interface BreakableCollection.WithProvider<E> extends CollectionProviderSupport<E,BreakableCollection<E>>
Mixin interface that adds an implementation of the provider() method that provides instances of BreakableCollection that do not have any breaks applied.
Since:
1.0.0
Author:
evanbergstrom