|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.collections.GuavaHelpers
public final class GuavaHelpers
GuavaHelpers provides functionality to wrap Querydsl Predicate instances to Guava predicates
and Querydsl Expression instances to Guava functions
| Method Summary | ||
|---|---|---|
static
|
wrap(Expression<T> projection)
Wrap a Querydsl expression into a Guava function |
|
static
|
wrap(Predicate predicate)
Wrap a Querydsl predicate into a Guava predicate |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> com.google.common.base.Predicate<T> wrap(Predicate predicate)
predicate -
public static <F,T> com.google.common.base.Function<F,T> wrap(Expression<T> projection)
projection -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||