Uses of Interface
dev.dsf.fhir.function.BiConsumerWithSqlException
Packages that use BiConsumerWithSqlException
-
Uses of BiConsumerWithSqlException in dev.dsf.fhir.function
Methods in dev.dsf.fhir.function that return BiConsumerWithSqlExceptionModifier and TypeMethodDescriptiondefault BiConsumerWithSqlException<T,U> BiConsumerWithSqlException.andThen(BiConsumerWithSqlException<? super T, ? super U> after) Methods in dev.dsf.fhir.function with parameters of type BiConsumerWithSqlExceptionModifier and TypeMethodDescriptiondefault BiConsumerWithSqlException<T,U> BiConsumerWithSqlException.andThen(BiConsumerWithSqlException<? super T, ? super U> after) -
Uses of BiConsumerWithSqlException in dev.dsf.fhir.search
Constructors in dev.dsf.fhir.search with parameters of type BiConsumerWithSqlExceptionModifierConstructorDescriptionSearchQueryIncludeParameterConfiguration(String sql, IncludeParts includeParts, BiConsumerWithSqlException<org.hl7.fhir.r4.model.Resource, Connection> includeResourceModifier)