static <T> LL.Cons<T>
cons(T head, LL<? extends T> tail)
<U> LL.Cons<U>
map(Function<? super T, ? extends U> f)
of(T head, T... tail)