Package org.schmant.lang

Schmant basic objects.

See:
          Description

Interface Summary
ClosureRunner This interface identifies something that is able to run closures.
ObjectTransformer<T> This interface defines an object that transforms an object into the target type T.
 

Class Summary
CastingToStringTransformer This CastingTransformer casts objects to strings.
CastingTransformer<T> This transformer transforms objects by just casting them to the target type.
ClosureSupport Static utility class for running closures.
TwoState<T> The TwoState contains a value that is either set or not set.
 

Exception Summary
SchmantException This is the base class for all Schmant exceptions.
 

Package org.schmant.lang Description

Schmant basic objects.

Since:
0.5
Author:
Karl Gustafsson