(Object a)
| 128 | } |
| 129 | |
| 130 | public static CompletableFuture<List<Object>> promiseAll(Object a) { |
| 131 | return Helpers.promiseAll(a); |
| 132 | } |
| 133 | |
| 134 | public static Object getValue(Object a, Object b) { |
| 135 | return Helpers.GetValue(a, b); |
nothing calls this directly
no test coverage detected