doc / ch.tutteli.atrium.domain.creating.feature.extract.creators / FeatureExtractorCreatorFactory

FeatureExtractorCreatorFactory

interface FeatureExtractorCreatorFactory
Deprecated: Switch from `Assert` to `Expect` and use ch.tutteli.atrium.domain.creating.changers.FeatureExtractor instead; will be removed with 1.0.0

Responsible to create a FeatureExtractor.Creator.

Functions

create

abstract fun <TSubject : Any, T : Any> create(featureRepresentation: Translatable, parameterObject: FeatureExtractor.ParameterObject<TSubject, T>): FeatureExtractor.Creator<TSubject, T>

Creates a FeatureExtractor.Creator based on the given featureRepresentation and parameterObject

createNullable

abstract fun <TSubject : Any, T> createNullable(featureRepresentation: Translatable, parameterObject: FeatureExtractor.ParameterObject<TSubject, T>): FeatureExtractor.CreatorNullable<TSubject, T>

Creates a FeatureExtractor.CreatorNullable based on the given featureRepresentation and parameterObject