Home | History | Annotate | Download | only in HelloWorldLambda
      1 # Functional interface used by HelloWorld.smali
      2 # Required in order to reify the lambda with create-lambda or unbox-lambda instructions
      3 
      4 .class public abstract interface LHelloWorldFunctionalInterface;
      5 .super Ljava/lang/Object;
      6 
      7 .method public abstract applyFourStrings(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
      8 .end method
      9