package xyz.nulldev.androidcompat fun interface CallableArgument { fun call(arg: A): R }