apkfuckery/com.discord/smali/com/annimon/stream/function/BinaryOperator.smali
2019-02-04 21:05:16 +01:00

29 lines
699 B
Smali

.class public interface abstract Lcom/annimon/stream/function/BinaryOperator;
.super Ljava/lang/Object;
.source "BinaryOperator.java"
# interfaces
.implements Lcom/annimon/stream/function/BiFunction;
# annotations
.annotation runtime Lcom/annimon/stream/function/FunctionalInterface;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/annimon/stream/function/BinaryOperator$Util;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/annimon/stream/function/BiFunction",
"<TT;TT;TT;>;"
}
.end annotation