Class: ConvenientService::Service::Plugins::CanHaveServiceAwareEnumerables::Entities::ServiceAwareEnumerables::Set Private
- Inherits:
-
Enumerable
- Object
- Base
- Enumerable
- ConvenientService::Service::Plugins::CanHaveServiceAwareEnumerables::Entities::ServiceAwareEnumerables::Set
- Defined in:
- lib/convenient_service/service/plugins/can_have_service_aware_enumerables/entities/service_aware_enumerables/set.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Base
#object, #organizer, #propagated_result
Instance Method Summary collapse
- #default_data_key ⇒ Symbol private
- #default_evaluate_by ⇒ Symbol private
Methods inherited from Enumerable
#all?, #any?, #chain, #chunk, #chunk_while, #collect, #collect_concat, #compact, #count, #cycle, #detect, #drop, #drop_while, #each, #each_cons, #each_entry, #each_slice, #each_with_index, #each_with_object, #entries, #filter, #filter_map, #find, #find_all, #find_index, #first, #flat_map, #grep, #grep_v, #group_by, #include?, #inject, #lazy, #map, #max, #max_by, #member?, #min, #min_by, #minmax, #minmax_by, #none?, #one?, #partition, #reduce, #reject, #reverse_each, #select, #service_aware_all?, #service_aware_any?, #service_aware_chunk, #service_aware_chunk_while, #service_aware_collect, #service_aware_collect_concat, #service_aware_count, #service_aware_cycle, #service_aware_detect, #service_aware_drop_while, #service_aware_each, #service_aware_each_cons, #service_aware_each_entry, #service_aware_each_slice, #service_aware_each_with_index, #service_aware_each_with_object, #service_aware_filter, #service_aware_filter_map, #service_aware_find, #service_aware_find_all, #service_aware_find_index, #service_aware_flat_map, #service_aware_grep, #service_aware_grep_v, #service_aware_group_by, #service_aware_inject, #service_aware_map, #service_aware_max, #service_aware_max_by, #service_aware_min, #service_aware_min_by, #service_aware_minmax, #service_aware_minmax_by, #service_aware_none?, #service_aware_one?, #service_aware_partition, #service_aware_reduce, #service_aware_reject, #service_aware_reverse_each, #service_aware_select, #service_aware_slice_after, #service_aware_slice_before, #service_aware_slice_when, #service_aware_sort, #service_aware_sort_by, #service_aware_sum, #service_aware_take_while, #service_aware_to_a, #service_aware_to_h, #service_aware_to_set, #service_aware_uniq, #service_aware_zip, #slice_after, #slice_before, #slice_when, #sort, #sort_by, #step_aware_chain, #sum, #take, #take_while, #tally, #to_a, #to_h, #to_set, #uniq, #zip
Methods inherited from Base
#==, #evaluate_by, #initialize, #result
Methods included from ConvenientService::Support::AbstractMethod
Methods included from ConvenientService::Support::Concern
Constructor Details
This class inherits a constructor from ConvenientService::Service::Plugins::CanHaveServiceAwareEnumerables::Entities::ServiceAwareEnumerables::Base
Instance Method Details
#default_data_key ⇒ Symbol
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
27 28 29 |
# File 'lib/convenient_service/service/plugins/can_have_service_aware_enumerables/entities/service_aware_enumerables/set.rb', line 27 def default_data_key :values end |
#default_evaluate_by ⇒ Symbol
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
36 37 38 |
# File 'lib/convenient_service/service/plugins/can_have_service_aware_enumerables/entities/service_aware_enumerables/set.rb', line 36 def default_evaluate_by :to_set end |