package androidx.lifecycle; import androidx.arch.core.util.Function; import kotlin.jvm.functions.Function1; /* compiled from: Transformations.kt */ public final class TransformationsKt$map$1 implements Function { public final /* synthetic */ Function1 $transform; public TransformationsKt$map$1(Function1 function1) { this.$transform = function1; } /* JADX WARNING: Unknown variable types count: 1 */ @Override // androidx.arch.core.util.Function public final Y apply(X x2) { return this.$transform.invoke(x2); } }