Apply the arg arg to this Function only in case both the arg and Function are available.
arg
this
Behaves like a compose right operator.
Either<E, U> operator >>(Either<E, T> arg) => apply(arg);