Searched refs:mSupplier (Results 1 – 2 of 2) sorted by relevance
15 private final Supplier<AutoCloseable> mSupplier; field in AutoCloseableRule18 mSupplier = supplier; in AutoCloseableRule()26 try (final AutoCloseable wrapper = mSupplier.get()) { in apply()
67 private final ValueSupplier<E> mSupplier; field in Poll79 mSupplier = supplier; in Poll()215 value = mSupplier.get(); in await()243 value = mSupplier.get(); in await()