Interface KotlinContextReceivableBuilder
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.builder.KotlinTaggableBuilder
public interface KotlinContextReceivableBuilder<SELF extends Object> implements KotlinTaggableBuilder<SELF>
ContextReceivable for type-safe builders.
-
-
Method Summary
Modifier and Type Method Description SELF
contextReceivers(Iterable<TypeName> receiverTypes)
abstract SELF
contextReceivers(TypeName receiverTypes)
-
-
Method Detail
-
contextReceivers
SELF contextReceivers(Iterable<TypeName> receiverTypes)
-
contextReceivers
abstract SELF contextReceivers(TypeName receiverTypes)
-
-
-
-