- Type Parameters:
E - the iterator element type
- All Implemented Interfaces:
- Delegate<Maybe<E>,Iterator<E>>
public class MaybeLastElement<E>
extends Object
implements Delegate<Maybe<E>,Iterator<E>>
gives up only after consuming the last element (and returns it)
- Author:
- rferranti