static <A> Pattern<A>
ifThenElse(Predicate<? super A> condition, Pattern<? super A> thenBody, Pattern<? super A> elseBody)
static <A, B> Pattern<A>
image(Multimap<A,B> items, Pattern<? super B> body)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait