Package sleep.bridges

This package contains the default bridges distributed with sleep.

See:
          Description

Class Summary
BridgeUtilities A bridge is a class that bridges your applications API and sleep.
KeyValuePair Arguments passed to functions with the form key => expression are available via the KeyValuePair object.
SleepClosure The Sleep Closure class.
 

Package sleep.bridges Description

This package contains the default bridges distributed with sleep. All of the default operators, predicates, and functions are implemented in these classes. If you are looking to write your own bridges this is a great place to look for examples