Package net.sf.staccatocommons.lang

This package contains Options, SoftExceptions and null handling utilities.

See:
          Description

Class Summary
AbstractProtoMonad<Type,RawType,A> Abstract ProtoMonad, which provides default implementations for all the optional operations
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.



Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads