discord-jadx/app/src/main/java/d0/e0/g.java

16 lines
353 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package d0.e0;
import kotlin.jvm.functions.Function1;
import kotlin.reflect.KProperty;
/* compiled from: KProperty.kt */
public interface g<T, V> extends KProperty<V>, Function1<T, V> {
/* compiled from: KProperty.kt */
public interface a<T, V> extends KProperty.Getter<V>, Function1<T, V> {
}
V get(T t);
a<T, V> getGetter();
}