ModelBuilderIfc

fun interface ModelBuilderIfc

An interface representing a builder for creating Model instances.

This interface defines an abstract method that is responsible for constructing a Model object based on the provided model identifier. It can be implemented to encapsulate the logic required to create specific types of model instances.

Functions

Link copied to clipboard
abstract fun build(): Model