com.xebialabs.deployit.util
Class Option.None<T>

java.lang.Object
  extended by com.xebialabs.deployit.util.Option<T>
      extended by com.xebialabs.deployit.util.Option.None<T>
Enclosing class:
Option<T>

public static class Option.None<T>
extends Option<T>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xebialabs.deployit.util.Option
Option.None<T>, Option.Some<T>
 
Constructor Summary
Option.None()
           
 
Method Summary
 T get()
           
 boolean isSet()
           
 
Methods inherited from class com.xebialabs.deployit.util.Option
none, some
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.None

public Option.None()
Method Detail

isSet

public boolean isSet()
Specified by:
isSet in class Option<T>

get

public T get()
Specified by:
get in class Option<T>