- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRegistrationWithBridgeMethod (0.5 sec)
-
android/guava-tests/test/com/google/common/eventbus/EventBusTest.java
* for bridge methods. */ // We use an anonymous class to be sure that we generate two methods (bridge and original). @SuppressWarnings("AnonymousToLambda") public void testRegistrationWithBridgeMethod() { AtomicInteger calls = new AtomicInteger(); bus.register( new Callback<String>() { @Subscribe @Override public void call(String s) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 11.3K bytes - Viewed (0)