| public abstract interface BaseInterface /* one.BaseInterface*/ { |
| @org.jetbrains.annotations.Nullable() |
| public abstract java.lang.String getPropertyWithValueClassParameter-BXGQg7w();// getPropertyWithValueClassParameter-BXGQg7w() |
| |
| public abstract void functionWithValueClassParameter-rdfNfmQ(@org.jetbrains.annotations.NotNull() java.lang.String);// functionWithValueClassParameter-rdfNfmQ(java.lang.String) |
| |
| public abstract void regularFunction();// regularFunction() |
| |
| public static final class DefaultImpls /* one.BaseInterface.DefaultImpls*/ { |
| @org.jetbrains.annotations.Nullable() |
| public static java.lang.String getPropertyWithValueClassParameter-BXGQg7w(@org.jetbrains.annotations.NotNull() one.BaseInterface);// getPropertyWithValueClassParameter-BXGQg7w(one.BaseInterface) |
| |
| public static void functionWithValueClassParameter-rdfNfmQ(@org.jetbrains.annotations.NotNull() one.BaseInterface, @org.jetbrains.annotations.NotNull() java.lang.String);// functionWithValueClassParameter-rdfNfmQ(one.BaseInterface, java.lang.String) |
| |
| public static void regularFunction(@org.jetbrains.annotations.NotNull() one.BaseInterface);// regularFunction(one.BaseInterface) |
| } |
| } |