Interface ArrayValueBuilder<E extends Throwable>
public interface ArrayValueBuilder<E extends Throwable>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(BlockBuilder elementBuilder) buildArrayValue(ArrayType arrayType, int entryCount, ArrayValueBuilder<E> builder)
-
Method Details
-
buildArrayValue
static <E extends Throwable> Block buildArrayValue(ArrayType arrayType, int entryCount, ArrayValueBuilder<E> builder) throws E - Throws:
E
-
build
- Throws:
E
-