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

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

Parameters

featureRepresentation - used as AssertionGroup.description.

parameterObject - Parameter object which contains inter alia the FeatureExtractor.ParameterObject.canBeExtracted and FeatureExtractor.ParameterObject.featureExtraction functions.

Return
The newly created feature extractor creator.