- Type Parameters:
E - the iterator element type
- All Implemented Interfaces:
- Delegate<Maybe<E>,Iterator<E>>
public class MaybeOneElement<E>
extends Object
implements Delegate<Maybe<E>,Iterator<E>>
Searches for zero or one element, throws if more than one element is found.
- Author:
- rferranti