Uses of Interface
org.cojen.tupl.Combiner
Packages that use Combiner
-
Uses of Combiner in org.cojen.tupl
Methods in org.cojen.tupl that return CombinerModifier and TypeMethodDescriptionstatic Combiner
Combiner.discard()
Returns a Combiner that discards both values (always returns null).static Combiner
Combiner.first()
Returns a Combiner that chooses the first value and discards the second value.static Combiner
Combiner.second()
Returns a Combiner that chooses the second value and discards the first value.Methods in org.cojen.tupl with parameters of type CombinerModifier and TypeMethodDescriptiondefault View
View.viewDifference
(Combiner combiner, View second) Returns a view which represents the set difference of this view and a second one.default View
View.viewIntersection
(Combiner combiner, View second) Returns a view which represents the set intersection of this view and a second one.default View
Returns a view which represents the set union of this view and a second one.