blob: 3c9272d0ae832ba02f6a00528c2eccf66bdd50e4 [file]
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*/ {
@java.lang.Deprecated()
@org.jetbrains.annotations.Nullable()
public static java.lang.String getPropertyWithValueClassParameter-BXGQg7w(@org.jetbrains.annotations.NotNull() one.BaseInterface);// getPropertyWithValueClassParameter-BXGQg7w(one.BaseInterface)
@java.lang.Deprecated()
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)
@java.lang.Deprecated()
public static void regularFunction(@org.jetbrains.annotations.NotNull() one.BaseInterface);// regularFunction(one.BaseInterface)
}
}