Update to org.functionaljava:functionaljava:3.0 which is in maven central now
-----------------------------------------------------------------------------

                 Key: MUNIX-42
                 URL: https://jira.codehaus.org/browse/MUNIX-42
             Project: Maven 2.x Unix Plugin
          Issue Type: Improvement
            Reporter: Jesse McConnell


the functional java bits are in maven central now, I started to update it but 
got a wee bit lost in the forest.

List<Tree<PackageFileSystemObject<A>>> forest = root.subForest().sort( 
PackageFileSystem.<A>treeOrd() ).map( 
                        new F<Tree<PackageFileSystemObject<A>>, 
Tree<PackageFileSystemObject<A>>>()
            {
                public Tree<PackageFileSystemObject<A>> f( 
Tree<PackageFileSystemObject<A>> child )
                {
                    return prettyTree( child );
                }
            } );

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to