Table of Contents - j8-functional-0.1.0 Documentation
Classes and Modules
- J8
- J8::BiConsumer
- J8::BiFunction
- J8::BiPredicate
- J8::BinaryOperator
- J8::Collector
- J8::Collectors
- J8::Common
- J8::Comparator
- J8::Consumer
- J8::Function
- J8::Functional
- J8::NilException
- J8::NoSuchElementException
- J8::Optional
- J8::Predicate
- J8::Stream
- J8::Supplier
- Object
Methods
- ::comparing — J8::Comparator
- ::concat — J8::Stream
- ::empty — J8::Optional
- ::empty — J8::Stream
- ::equal? — J8::Predicate
- ::generate — J8::Stream
- ::identity — J8::Function
- ::iterate — J8::Stream
- ::max_by — J8::BinaryOperator
- ::min_by — J8::BinaryOperator
- ::new — J8::Optional
- ::new — J8::Stream
- ::new — J8::Common
- ::of — J8::Optional
- ::of — J8::Stream
- ::of_nilable — J8::Optional
- #== — J8::Optional
- #accept — J8::BiConsumer
- #accept — J8::Consumer
- #all_match? — J8::Stream
- #and — J8::BiPredicate
- #and — J8::Predicate
- #any_match? — J8::Stream
- #apply — J8::BiFunction
- #apply — J8::Function
- #callable_from_proc — J8::Common
- #collect — J8::Stream
- #compare — J8::Comparator
- #compose — J8::Function
- #count — J8::Stream
- #each — J8::Stream
- #empty? — J8::Optional
- #equals? — J8::Optional
- #filter — J8::Optional
- #filter — J8::Stream
- #find_any — J8::Stream
- #find_first — J8::Stream
- #flat_map — J8::Optional
- #flat_map — J8::Stream
- #from_callable — J8::Common
- #from_callable_class — J8::Common
- #get — J8::Optional
- #get — J8::Supplier
- #if_present — J8::Optional
- #j8_stream — Object
- #lambda? — J8::Common
- #limit — J8::Stream
- #make_lambda — J8::Common
- #map — J8::Optional
- #map — J8::Stream
- #max — J8::Stream
- #min — J8::Stream
- #negate — J8::BiPredicate
- #negate — J8::Predicate
- #none_match? — J8::Stream
- #or — J8::BiPredicate
- #or — J8::Predicate
- #or_else — J8::Optional
- #or_else_get — J8::Optional
- #or_else_raise — J8::Optional
- #peek — J8::Stream
- #present? — J8::Optional
- #raise_unless_lambda — J8::Common
- #reduce — J8::Stream
- #skip — J8::Stream
- #sort — J8::Stream
- #sort_by — J8::Stream
- #test — J8::BiPredicate
- #test — J8::Predicate
- #then — J8::BiConsumer
- #then — J8::BiFunction
- #then — J8::Consumer
- #then — J8::Function
- #to_a — J8::Stream
- #value — J8::Optional