Package com.github.longdt.vertxorm.util
Interface QuadConsumer<T,U,V,K>
-
public interface QuadConsumer<T,U,V,K>QuadConsumer 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, K k)Performs this operation on the given arguments.
-