Searched refs:ThrowingCheckedFunction (Results 1 – 4 of 4) sorted by relevance
58 public interface ThrowingCheckedFunction<Output> { interface in DatastoreManager89 public final <T> Optional<T> runInTransactionWithResult(ThrowingCheckedFunction<T> execute) { in runInTransactionWithResult()
302 public interface ThrowingCheckedFunction<Input, Output, ExceptionType extends Exception> {
53 @Mock private DatastoreManager.ThrowingCheckedFunction<Void> mFunction;
11182 DatastoreManager.ThrowingCheckedFunction<Integer> in assertAggregateReportCount()11207 DatastoreManager.ThrowingCheckedFunction<Integer> in assertEventReportCount()