BuilderFactory

interface BuilderFactory<T>

Generic factory interface for building objects.

Author

Oliver Lear Sigwarth (theoliverlear)

Parameters

<T>

type of object constructed by the factory

See also

org.cryptotrader.api.library.entity.portfolio.builder.models.AbstractPortfolio
org.cryptotrader.api.library.entity.user.builder.models.AbstractProfilePicture
org.cryptotrader.api.library.entity.portfolio.Portfolio
org.cryptotrader.api.library.entity.user.ProductUser

Functions

Link copied to clipboard
abstract fun build(): T