All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
static <V,A,B> F<B,F<Node<V,A>,B>> |
foldLeft_(F<B,F<A,B>> bff) |
abstract <B> B |
foldLeft(F<B,F<A,B>> f,
B z) |
static <V,A,B> F<B,F<Node<V,A>,B>> |
foldRight_(F<A,F<B,B>> aff) |
abstract <B> B |
foldRight(F<A,F<B,B>> f,
B z) |
abstract int |
length() |
static <V,A,B> F<Node<V,A>,Node<V,B>> |
liftM(F<A,B> f,
Measured<V,B> m) |
abstract P2<java.lang.Integer,A> |
lookup(F<V,java.lang.Integer> o,
int i) |
<B> Node<V,B> |
map(F<A,B> f,
Measured<V,B> m) |
abstract <B> B |
match(F<Node2<V,A>,B> n2,
F<Node3<V,A>,B> n3) |
V |
measure() |
abstract Digit<V,A> |
toDigit() |
abstract Stream<A> |
toStream() |