Combiner9
Constructors
constantfunctionCreates a Combiner that ignores both arguments and always returns the given constant value.firstfunctionCreates a Combiner that always returns the first (left) argument.lastfunctionCreates a Combiner that always returns the last (right) argument.makefunctionCreates a Combiner from a binary function.maxfunctionCreates a Combiner that returns the larger of two values according to the provided Order.minfunctionCreates a Combiner that returns the smaller of two values according to the provided Order.