A - the Iterable element typepublic final class Cons<A> extends Object implements Fn2<A,Iterable<A>,Iterable<A>>
Iterable.| Modifier and Type | Method and Description |
|---|---|
Iterable<A> |
checkedApply(A a,
Iterable<A> as) |
static <A> Cons<A> |
cons() |
static <A> Fn1<Iterable<A>,Iterable<A>> |
cons(A a) |
static <A> Iterable<A> |
cons(A a,
Iterable<A> as) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, apply, checkedApply, compose, contraMap, curried, curry, diMapL, discardR, flip, fn2, fromBiFunction, toBiFunction, uncurry, widen