Searched refs:LogConsumer (Results 1 – 2 of 2) sorted by relevance
41 public interface LogConsumer<T> { interface in LocalEventLog197 public synchronized void iterate(LogConsumer<? super T> consumer) { in iterate()211 public static <T> void iterate(LogConsumer<? super T> consumer, LocalEventLog<T>... logs) { in iterate()
280 public synchronized void iterate(LogConsumer<? super Object> consumer) { in iterate()