1// Signature format: 4.0 2package androidx.core.testing.util { 3 4 public final class TestConsumer<T> implements androidx.core.util.Consumer<T> { 5 ctor public TestConsumer(); 6 method public void accept(T t); 7 method public void assertValues(java.util.List<? extends T> values); 8 } 9 10} 11 12