net.refractions.udig.core
Class Option.Some<V>

java.lang.Object
  extended by net.refractions.udig.core.Option<V>
      extended by net.refractions.udig.core.Option.Some<V>
Enclosing class:
Option<T>

public static final class Option.Some<V>
extends Option<V>


Nested Class Summary
 
Nested classes/interfaces inherited from class net.refractions.udig.core.Option
Option.None<V>, Option.Some<V>
 
Field Summary
 
Fields inherited from class net.refractions.udig.core.Option
NONE
 
Constructor Summary
Option.Some(V value)
           
 
Method Summary
 V value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.Some

public Option.Some(V value)
Method Detail

value

public V value()