- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ComposeFunction (0.06 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/FuturesTransformTest.java
protected ListenableFuture<String> buildChainingFuture(ListenableFuture<Integer> inputFuture) { return transform(inputFuture, new ComposeFunction(), directExecutor()); } @Override protected String getSuccessfulResult() { return RESULT_DATA; } private static final class ComposeFunction implements Function<Integer, String> { @Override public String apply(Integer input) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 2.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTransformTest.java
protected ListenableFuture<String> buildChainingFuture(ListenableFuture<Integer> inputFuture) { return transform(inputFuture, new ComposeFunction(), directExecutor()); } @Override protected String getSuccessfulResult() { return RESULT_DATA; } private static final class ComposeFunction implements Function<Integer, String> { @Override public String apply(Integer input) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 2.2K bytes - Click Count (0)