Click here to Skip to main content
15,891,905 members
Articles / Programming Languages / Java

Functional Java

Rate me:
Please Sign up or sign in to vote.
4.11/5 (6 votes)
7 Dec 2010CPOL8 min read 39.7K   284   14  
Functional programming with functors and object streams in Java.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sun Dec 05 01:19:44 EST 2010 -->
<TITLE>
All Classes (Functional Java)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="swensen/functional/Action0.html" title="interface in swensen.functional" target="classFrame"><I>Action0</I></A>
<BR>
<A HREF="swensen/functional/Action1.html" title="interface in swensen.functional" target="classFrame"><I>Action1</I></A>
<BR>
<A HREF="swensen/functional/Action2.html" title="interface in swensen.functional" target="classFrame"><I>Action2</I></A>
<BR>
<A HREF="swensen/functional/Action3.html" title="interface in swensen.functional" target="classFrame"><I>Action3</I></A>
<BR>
<A HREF="swensen/functional/Action4.html" title="interface in swensen.functional" target="classFrame"><I>Action4</I></A>
<BR>
<A HREF="swensen/functional/Action5.html" title="interface in swensen.functional" target="classFrame"><I>Action5</I></A>
<BR>
<A HREF="swensen/functional/CallableFunc.html" title="class in swensen.functional" target="classFrame">CallableFunc</A>
<BR>
<A HREF="swensen/functional/ComparatorFunc.html" title="class in swensen.functional" target="classFrame">ComparatorFunc</A>
<BR>
<A HREF="swensen/functional/Func0.html" title="interface in swensen.functional" target="classFrame"><I>Func0</I></A>
<BR>
<A HREF="swensen/functional/Func1.html" title="interface in swensen.functional" target="classFrame"><I>Func1</I></A>
<BR>
<A HREF="swensen/functional/Func2.html" title="interface in swensen.functional" target="classFrame"><I>Func2</I></A>
<BR>
<A HREF="swensen/functional/Func3.html" title="interface in swensen.functional" target="classFrame"><I>Func3</I></A>
<BR>
<A HREF="swensen/functional/Func4.html" title="interface in swensen.functional" target="classFrame"><I>Func4</I></A>
<BR>
<A HREF="swensen/functional/Func5.html" title="interface in swensen.functional" target="classFrame"><I>Func5</I></A>
<BR>
<A HREF="swensen/functional/Func6.html" title="interface in swensen.functional" target="classFrame"><I>Func6</I></A>
<BR>
<A HREF="swensen/functional/Func7.html" title="interface in swensen.functional" target="classFrame"><I>Func7</I></A>
<BR>
<A HREF="swensen/functional/Grouping.html" title="class in swensen.functional" target="classFrame">Grouping</A>
<BR>
<A HREF="swensen/functional/GroupingSeq.html" title="class in swensen.functional" target="classFrame">GroupingSeq</A>
<BR>
<A HREF="swensen/functional/Partition.html" title="class in swensen.functional" target="classFrame">Partition</A>
<BR>
<A HREF="swensen/functional/Predicate.html" title="class in swensen.functional" target="classFrame">Predicate</A>
<BR>
<A HREF="swensen/functional/ReadonlyIterator.html" title="class in swensen.functional" target="classFrame">ReadonlyIterator</A>
<BR>
<A HREF="swensen/functional/RunnableAction.html" title="class in swensen.functional" target="classFrame">RunnableAction</A>
<BR>
<A HREF="swensen/functional/Seq.html" title="class in swensen.functional" target="classFrame">Seq</A>
<BR>
<A HREF="swensen/functional/Tuple1.html" title="class in swensen.functional" target="classFrame">Tuple1</A>
<BR>
<A HREF="swensen/functional/Tuple2.html" title="class in swensen.functional" target="classFrame">Tuple2</A>
<BR>
<A HREF="swensen/functional/Tuple3.html" title="class in swensen.functional" target="classFrame">Tuple3</A>
<BR>
<A HREF="swensen/functional/Tuple4.html" title="class in swensen.functional" target="classFrame">Tuple4</A>
<BR>
<A HREF="swensen/functional/Tuple5.html" title="class in swensen.functional" target="classFrame">Tuple5</A>
<BR>
<A HREF="swensen/functional/Tuple6.html" title="class in swensen.functional" target="classFrame">Tuple6</A>
<BR>
<A HREF="swensen/functional/Tuple7.html" title="class in swensen.functional" target="classFrame">Tuple7</A>
<BR>
<A HREF="swensen/functional/Tuples.html" title="class in swensen.functional" target="classFrame">Tuples</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I'm developing Unquote, a library for writing unit test assertions as F# quoted expressions: http://code.google.com/p/unquote/

I am working through Project Euler with F#: http://projecteulerfun.blogspot.com/

I participate in Stack Overflow: http://stackoverflow.com/users/236255/stephen-swensen

Comments and Discussions