All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.model.kotlin_extension.block.Builder.kt Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.slack.api.model.kotlin_extension.block

/**
 * Builder is the interface for any Kotlin DSL builder in the kotlin extension. It requires that a build() function be
 * present so that the builder can return the constructed object.
 */
interface Builder {
    fun build(): A
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy