JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package fj.control
package
fj.control
Functional control abstractions.
Related Packages
Package
Description
fj
Types that set the premise for the existence of Functional Java.
fj.control.db
Abstractions for JDBC connections.
fj.control.parallel
Parallelization strategies.
fj.data
Common algebraic data types.
fj.function
A prelude of commonly used first-class functions
fj.parser
Parser combinators.
Classes
Class
Description
Trampoline
<A>
A Trampoline is a potentially branching computation that can be stepped through and executed in constant stack.
Trampoline.Codense
<A>
Trampoline.Normal
<A>
Trampoline.Pure
<A>
Trampoline.Suspend
<A>