@FunctionalInterface public static interface IProvider.CallbackHandler<T,U>
void
callback(T t, U u)
void callback(T t, U u)
Performs this operation on the given arguments.
t
u