Package fj.data
Class $<A,B>
- java.lang.Object
-
- fj.P1<B>
-
- fj.data.$<A,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <A,B>
$<A,B>__(B b)
Returns a function that given an argument, returns a function that ignores its argument.B
_1()
Access the first element of the product.static <A,B>
$<A,B>constant(B b)
-
Methods inherited from class fj.P1
__1, apply, bind, bind, bind, constant, curry, equals, f, hardMemo, hashCode, join, liftM2, liftM2, map, map_, memo, sequence, sequence, sequence, sequence, sequenceList, softMemo, toString, traverseEither, traverseList, traverseOption, traverseStream, traverseValidation, weakMemo
-
-
-
-
Field Detail
-
b
private final B b
-
-
Constructor Detail
-
$
private $(B b)
-
-