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

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

Uses of Some in net.sf.staccatocommons.lang
 

Methods in net.sf.staccatocommons.lang that return Some
static
<T> Some<T>
Option.some(T value)
          Factory method for creating defined values.This method does not guarantee either to return the same or different instances for the same argument.
static
<T> Some<T>
Some.some(T value)
           
static
<T> Some<T>
Option.someNull()
          Factory method for creating defined, null values.
static
<T> Some<T>
Some.someNull()
           
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.