Interface WidgetContentProvider<R>

  • All Superinterfaces:
    java.util.function.Function<org.jooq.Select<? extends org.jooq.Record>,​R>
    All Known Implementing Classes:
    HealthCheckTableColumnProvider, HealthCheckTableStatisticsProvider

    public interface WidgetContentProvider<R>
    extends java.util.function.Function<org.jooq.Select<? extends org.jooq.Record>,​R>
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose