Package net.sf.staccatocommons.lang

This package contains Options, SoftExceptions and null handling utilities.

See:
          Description

Class Summary
CollectionBuilder<A,B extends Collection<A>> a Builder for Collections.
Compare Class methods that implement comparisons for Comparables, like between(max, min) and in(collection)
MapBuilder<K,V,M extends Map<K,V>> A Builder for Maps.
None<T> An undefined Option, that it, and option that does not have a value
Nulls Class methods to operate with nulls
Option<A> Option represent optional values, that can either be instances of Some or None.
Some<T> A defined Option, that is, an option that holds a value.
 

Exception Summary
SoftException A SoftException is a RuntimeException that wraps another with only solely purpose of making it unchecked.
 

Package net.sf.staccatocommons.lang Description

This package contains Options, SoftExceptions and null handling utilities.



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.