Interface ArpResponderUtil.TriFunction<T,U,S,R>
-
- Type Parameters:
T- Input typeU- Input typeS- Input typeR- Return Type
- Enclosing class:
- ArpResponderUtil
public static interface ArpResponderUtil.TriFunction<T,U,S,R>A Interface that represent lambda TriFunction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, U u, S s)Apply the Action.
-