Package com.github.longdt.vertxorm.util
Interface TriConsumer<T,U,V>
-
public interface TriConsumer<T,U,V>TriConsumer interface.
- Version:
- $Id: $Id
- Author:
- Long Dinh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t, U u, V v)Performs this operation on the given arguments.
-