
commonMain.ch.tutteli.atrium.creating.utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atrium-core-jvm Show documentation
Show all versions of atrium-core-jvm Show documentation
Core module of Atrium, containing all contracts/interfaces and default implementations
The newest version!
package ch.tutteli.atrium.creating
import ch.tutteli.atrium.creating.transformers.SubjectChangerBuilder
/**
* Entry point to use the [SubjectChangerBuilder] based on this [ProofContainer].
*/
val ProofContainer.changeSubject: SubjectChangerBuilder.KindStep
get() = SubjectChangerBuilder(this)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy