Searched defs:returning (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DCallables.java40 public static <T> Callable<T> returning(final @Nullable T value) { method in class:Callables
/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java145 * Invokable<?, Person> factory = Invokable.of(getNameMethod).returning(Person.class);}</pre>
147 public final <R1 extends R> Invokable<T, R1> returning(Class<R1> returnType) { method in class:Invokable
148 return returning(TypeToken.of(returnType));
152 public final <R1 extends R> Invokable<T, R1> returning(TypeToken<R1> returnType) { method in class:Invokable
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 94 milliseconds