Searched refs:ThrowingCheckedConsumer (Results 1 – 5 of 5) sorted by relevance
45 public interface ThrowingCheckedConsumer { interface in DatastoreManager143 public final boolean runInTransaction(ThrowingCheckedConsumer execute) { in runInTransaction()
195 private static DatastoreManager.ThrowingCheckedConsumer getSaveNextExecutionConsumer( in getSaveNextExecutionConsumer()243 private DatastoreManager.ThrowingCheckedConsumer getSaveExecutionTimeConsumer() { in getSaveExecutionTimeConsumer()
271 public interface ThrowingCheckedConsumer<Input, ExceptionType extends Exception> {
54 @Mock private DatastoreManager.ThrowingCheckedConsumer mConsumer;
3232 ArgumentCaptor<DatastoreManager.ThrowingCheckedConsumer> consumerArgCaptor = in testRegisterWebSource_failsWebAndOsDestinationVerification()3233 ArgumentCaptor.forClass(DatastoreManager.ThrowingCheckedConsumer.class); in testRegisterWebSource_failsWebAndOsDestinationVerification()