Skip to content

Instantly share code, notes, and snippets.

@gfx
Last active March 12, 2016 10:55
Show Gist options
  • Save gfx/3e0b3d33fb09f49b46f6 to your computer and use it in GitHub Desktop.
Save gfx/3e0b3d33fb09f49b46f6 to your computer and use it in GitHub Desktop.
.class final synthetic Lcom/github/gfx/android/j8/MainActivity$-void_onCreate_android_os_Bundle_savedInstanceState_LambdaImpl0;
.super Ljava/lang/Object;
.source "MainActivity.java"
# interfaces
.implements Ljava/util/function/Consumer;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/github/gfx/android/j8/MainActivity;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1010
name = "-void_onCreate_android_os_Bundle_savedInstanceState_LambdaImpl0"
.end annotation
# direct methods
.method public synthetic constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public accept(Ljava/lang/Object;)V
.locals 1
.prologue
check-cast p1, Ljava/lang/String;
.line 19
const-string/jumbo v0, "XXX"
invoke-static {v0, p1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
.line 0
return-void
.end method
.class final synthetic Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;
.super Ljava/lang/Object;
# interfaces
.implements Ljava/util/function/Consumer;
# static fields
.field private static final instance:Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;
invoke-direct {v0}, Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;-><init>()V
sput-object v0, Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;->instance:Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;
return-void
.end method
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static lambdaFactory$()Ljava/util/function/Consumer;
.locals 1
sget-object v0, Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;->instance:Lcom/github/gfx/android/j8/MainActivity$$Lambda$1;
return-object v0
.end method
# virtual methods
.method public accept(Ljava/lang/Object;)V
.locals 0
.annotation runtime Ljava/lang/invoke/LambdaForm$Hidden;
.end annotation
check-cast p1, Ljava/lang/String;
# invokes: Lcom/github/gfx/android/j8/MainActivity;->lambda$onCreate$0(Ljava/lang/String;)V
invoke-static {p1}, Lcom/github/gfx/android/j8/MainActivity;->access$lambda$0(Ljava/lang/String;)V
return-void
.end method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment