Interface ArrowFlightJdbcAccessorFactory.WasNullConsumer

Enclosing class:
ArrowFlightJdbcAccessorFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ArrowFlightJdbcAccessorFactory.WasNullConsumer
Functional interface used to propagate that the value accessed was null or not.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setWasNull(boolean wasNull)
     
  • Method Details

    • setWasNull

      void setWasNull(boolean wasNull)