Package io.hyperfoil.api.config
Interface BuilderBase.ThrowingSupplier<T>
-
- Enclosing interface:
- BuilderBase<S extends BuilderBase<S>>
public static interface BuilderBase.ThrowingSupplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws java.lang.ReflectiveOperationException
- Throws:
java.lang.ReflectiveOperationException
-
-