AbstractPricePrediction

abstract class AbstractPricePrediction : BuilderFactory<T>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun actualPrice(actualPrice: Double): AbstractPricePrediction
Link copied to clipboard
abstract fun build(): T
Link copied to clipboard
abstract fun currencyCode(currencyCode: String): AbstractPricePrediction
Link copied to clipboard
abstract fun currencyName(currencyName: String): AbstractPricePrediction
Link copied to clipboard
abstract fun lastUpdated(localDateTime: LocalDateTime): AbstractPricePrediction
Link copied to clipboard
abstract fun modelType(modelType: String): AbstractPricePrediction
abstract fun modelType(modelType: ModelType): AbstractPricePrediction
Link copied to clipboard
abstract fun numRows(numRows: Int): AbstractPricePrediction
Link copied to clipboard
abstract fun percentDifference(percentDifference: Double): AbstractPricePrediction
Link copied to clipboard
abstract fun predictedPrice(predictedPrice: Double): AbstractPricePrediction
Link copied to clipboard
abstract fun priceDifference(priceDifference: Double): AbstractPricePrediction