public final class Selectors
extends Object
- Author:
- Mike Strobel
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
identity
public static <T> Selector<T,T> identity()
-
-
-
-
cast
public static <T,
R> Selector<T,R> cast(Class<R> destinationType)
-
combine
public static <T,
U,
R> Selector<T,R> combine(Selector<? super T,? extends U> first,
Selector<? super U,? extends R> second)