Interface DelegateParameterVisitor<T extends KotlinDslDelegateParam>
-
public interface DelegateParameterVisitor<T extends KotlinDslDelegateParam>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(T param)
-
-
-
Method Detail
-
visit
void visit(@NotNull T param)
-
-