JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
fj.control
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
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>