Uses of Class
edu.rice.cs.plt.tuple.OptionUnwrapException

Packages that use OptionUnwrapException
edu.rice.cs.plt.tuple Classes for the type-parameterized representation of tuples. 
 

Uses of OptionUnwrapException in edu.rice.cs.plt.tuple
 

Methods in edu.rice.cs.plt.tuple that throw OptionUnwrapException
abstract  T Option.unwrap()
          Get the value wrapped by this Option, or throw an OptionUnwrapException if there is no wrapped value.