Package com.tangosol.discovery
Interface NSLookup.BiConsumer<T,U>
- Enclosing class:
NSLookup
public static interface NSLookup.BiConsumer<T,U>
This utility must support running on JDK 7 platform. Hence using our own
BiConsumer API rather than the JDK 8 API.
-
Method Summary
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
t
- the first input argumentu
- the second input argument
-