Uses of Class
net.sf.staccatocommons.lang.AbstractProtoMonad

Packages that use AbstractProtoMonad
net.sf.staccatocommons.lang This package contains Options, SoftExceptions and null handling utilities. 
 

Uses of AbstractProtoMonad in net.sf.staccatocommons.lang
 

Subclasses of AbstractProtoMonad in net.sf.staccatocommons.lang
 class None<T>
          An undefined Option, that it, and option that does not have a value
 class Option<A>
           Option represent optional values, that can either be instances of Some or None.
 class Some<T>
          A defined Option, that is, an option that holds a value.
 



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.