public final class Selectors
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
IDENTITY_SELECTOR
private static final Selector<?,?> IDENTITY_SELECTOR
-
-
-
-
Constructor Details
-
Selectors
private Selectors()
-
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)