Skip to content

0. Index page of FJL

Плотников Андрей edited this page Jun 15, 2018 · 1 revision

Here is a detailed tutorial of using Functional Java Library


  • Installation and adding library to a project: read

    Here is described how to build sources and add to your project

  • Basic API and simple knowledge of functional programming: read

    After the library is connected, it can be used in the project. But if you have poor knowledge of functional programming, here will be described main concepts of it: everything is a function which can be called or applied as argument to another function.

    Also here will be described safe context in the meaning of Java.

  • Structure Functor. What is it and how to use it? read

    ...

Clone this wiki locally