All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ch.tutteli.atrium.creating.utils.kt Maven / Gradle / Ivy

Go to download

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