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 SELFcontextReceivers(Iterable<TypeName> receiverTypes)abstract SELFcontextReceivers(TypeName receiverTypes)-
-
Method Detail
-
contextReceivers
SELF contextReceivers(Iterable<TypeName> receiverTypes)
-
contextReceivers
abstract SELF contextReceivers(TypeName receiverTypes)
-
-
-
-