doc / ch.tutteli.atrium.logic.creating.transformers / FeatureExtractorBuilder / DescriptionStep / methodCall

methodCall

open fun methodCall(methodName: String, vararg arguments: Any?): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<T> (source)

Uses the configured MethodCallFormatter to create a description of a method call with the given methodName and the given arguments.

Use withDescription in case the feature extraction is not based on a method call.