- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MyCallableString (0.48 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/CallablesTest.java
// Expect the same value on subsequent calls assertSame(value, callable.call()); } @J2ktIncompatible @GwtIncompatible public void testAsAsyncCallable() throws Exception { String expected = "MyCallableString"; Callable<String> callable = new Callable<String>() { @Override public String call() throws Exception { return expected; } };
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 4.4K bytes - Viewed (0)