static <T> Selector<T,String>
asString()
static <T,R> Selector<T,R>
cast(Class<R> destinationType)
static <T,U,R> Selector<T,R>
combine(Selector<? super T, ? extends U> first, Selector<? super U, ? extends R> second)
static <T> Selector<T,T>
identity()
static Selector<String,String>
toLowerCase()
toUpperCase()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait