android_mt6572_jiabo/external/smali/examples/HelloWorldLambda/HelloWorldFunctionalInterface.smali
2025-09-05 16:56:03 +08:00

8 lines
357 B
Smali

# Functional interface used by HelloWorld.smali
# Required in order to reify the lambda with create-lambda or unbox-lambda instructions
.class public abstract interface LHelloWorldFunctionalInterface;
.super Ljava/lang/Object;
.method public abstract applyFourStrings(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
.end method