org.littleshoot.util
Interface None<T>

Type Parameters:
T - The type of object this optional object holds.
All Superinterfaces:
Optional<T>
All Known Implementing Classes:
NoneImpl

public interface None<T>
extends Optional<T>

The optional object representing no object.


Method Summary
 
Methods inherited from interface org.littleshoot.util.Optional
accept
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.