Apply the arg arg to this Function only in case both the arg and Function are available.
arg
this
Either<E, U> apply(Either<E, T> arg) => arg.liftEither<T, U, E>(this, arg);