Module: ElasticGraph::GraphQL::QueryAdapter::Filters::ExcludesNilSet
- Extended by:
- NilFocusedSet
- Defined in:
- lib/elastic_graph/graphql/query_adapter/filters.rb
Overview
A representation of a set that excludes ‘nil`.
Class Method Summary collapse
- .includes_nil? ⇒ Boolean
-
.negate ⇒ Object
Methods provided by ‘extend NilFocusedSet`.
Methods included from NilFocusedSet
Class Method Details
.includes_nil? ⇒ Boolean
154 155 156 |
# File 'lib/elastic_graph/graphql/query_adapter/filters.rb', line 154 def self.includes_nil? false end |
.negate ⇒ Object
Methods provided by ‘extend NilFocusedSet`
150 151 152 |
# File 'lib/elastic_graph/graphql/query_adapter/filters.rb', line 150 def self.negate IncludesNilSet end |