- F2Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F2StaticExtension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F3Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F3StaticExtension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F4Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F4StaticExtension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F5Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F5StaticExtension - Class in com.github.mperry.fg
Created by MarkPerry on 7/01/14.
- F6Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F6StaticExtension - Class in com.github.mperry.fg
Created by MarkPerry on 7/01/14.
- F7Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F7StaticExtension - Class in com.github.mperry.fg
Created by MarkPerry on 7/01/14.
- F8Extension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- F8StaticExtension - Class in com.github.mperry.fg
Created by MarkPerry on 7/01/14.
- FExtension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.
- filter(Collection<A>, F<A, Boolean>) - Method in CollectionExtension
-
- findFirst(Collection<A>, F<A, Boolean>) - Method in CollectionExtension
-
- flatMap(Collection<A>, F<A, List<B>>) - Method in CollectionExtension
-
- flatMap(List<A>, F<A, List<B>>) - Method in ListJavaExtension
-
- flatMap(Option<A>, F<A, Option<B>>) - Method in OptionExtension
-
- flatMap(Stream<A>, F<A, Stream<B>>) - Method in StreamExtension
-
- fold(Collection<A>, B, F2<A, B, B>) - Method in CollectionExtension
-
- fold(List<A>, B, F2<B, A, B>) - Method in ListJavaExtension
-
- foldLeft(List<A>, B, F2<B, A, B>) - Method in ListJavaExtension
-
- foldLeftI(List<A>, B, F2<B, A, B>) - Method in ListJavaExtension
-
- foldLeftR(List<A>, B, F2<B, A, B>) - Method in ListJavaExtension
-
Fold left with recursion
- foldRight(List<A>, B, F2<A, B, B>) - Method in ListJavaExtension
-
- foldRightR(List<A>, B, F2<A, B, B>) - Method in ListJavaExtension
-
- foldRightT(List<A>, B, F2<A, B, B>) - Method in ListJavaExtension
-
- foldRightTrampoline(List<A>, B, F2<A, B, B>) - Method in ListJavaExtension
-
- forAll(Collection<A>, F<A, Boolean>) - Method in CollectionExtension
-
- FStaticExtension - Class in com.github.mperry.fg
Created with IntelliJ IDEA.