Supplier<R>
When()
Vect<E>.When<R>
empty(Supplier<R> onEmpty)
R
get()
head(BiFunction<E,Vect<E>,R> onHead)
otherwise(Function<Vect<E>,R> onElse)
otherwise(R r)
pair(BiFunction<E,E,R> onPair)
single(Function<E,R> onSingle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get