Interface RowHandler<T>

All Superinterfaces:
CheckedConsumer<T>

@Deprecated public interface RowHandler<T> extends CheckedConsumer<T>
Deprecated.
use CheckedConsumer instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    handle(T t)
    Deprecated.
     

    Methods inherited from interface org.simpleflatmapper.util.CheckedConsumer

    accept, toConsumer
  • Method Details