public class Export<T> extends Object implements Consumer<ActiveTester<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
Export.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ActiveTester<T> tTester) |
static <T> Export.Builder<T> |
newBuilder() |
static <T> Export.Builder<T> |
newBuilder(Export<T> copy) |
public static <T> Export.Builder<T> newBuilder()
public static <T> Export.Builder<T> newBuilder(Export<T> copy)
public void accept(ActiveTester<T> tTester)
accept in interface Consumer<ActiveTester<T>>Copyright © 2017. All rights reserved.