Searched refs:callee (Results 1 – 2 of 2) sorted by relevance
42 public static <T> void runIfNotNull(T callee, Consumer<T> action) { in runIfNotNull() argument43 Optional.ofNullable(callee).ifPresent(action); in runIfNotNull()
7 caller (the test) and the callee (this service) are different.