interface ReporterBuilderFinalStep
(source)
Final step in the ReporterBuilder process, creates the desired Reporter.
abstract fun build(): Reporter
Creates and returns the new Reporter. |
fun create(factory: () -> Reporter): ReporterBuilderFinalStep |