doc / ch.tutteli.atrium.domain.builders.assertions.builders / PartiallyFixedClaimGroup / GroupTypeOption

GroupTypeOption

interface GroupTypeOption : GroupTypeOption<FinalStep> (source)

Inherited Properties

withFeatureType

open val withFeatureType: HoldsOption<FeatureAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

withListType

open val withListType: HoldsOption<ListAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

Inherited Functions

withType

abstract fun <T : AssertionGroupType> withType(groupType: T): HoldsOption<T, R>

Uses the given groupType as AssertionGroup.type.

Companion Object Functions

create

fun create(): GroupTypeOption