Functional Type Constructor
data class FunctionalTypeConstructor(dri: DRI, projections: List<Projection>, isExtensionFunction: Boolean, isSuspendable: Boolean, presentableName: String?) : TypeConstructor
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(dri: DRI, projections: List<Projection>, isExtensionFunction: Boolean = false, isSuspendable: Boolean = false, presentableName: String? = null): FunctionalTypeConstructor
Content copied to clipboard
Properties
isExtensionFunction
Link copied to clipboard
isSuspendable
Link copied to clipboard
presentableName
Link copied to clipboard
projections
Link copied to clipboard