Modifier and Type | Method and Description |
---|---|
static <A,B> $<A,B> |
__(B b) |
static <A,B> $<A,B> |
_(B b)
Deprecated.
JDK 8 warns '_' may not be supported after SE 8. Replaced by
constant(B) and synonym __(B) (prefer constant). |
B |
_1()
Access the first element of the product.
|
static <A,B> $<A,B> |
constant(B b) |
__1, apply, bind, bind, constant, curry, equals, f, fmap, hashCode, join, liftM2, map, memo, sequence, sequence, sequence, sequenceList, toString, traverseEither, traverseList, traverseOption, traverseStream, traverseValidation
@Deprecated public static <A,B> $<A,B> _(B b)
constant(B)
and synonym __(B)
(prefer constant).public static <A,B> $<A,B> __(B b)
public static <A,B> $<A,B> constant(B b)