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 CombinerCombiner.discard()Returns a Combiner that discards both values (always returns null).static CombinerCombiner.first()Returns a Combiner that chooses the first value and discards the second value.static CombinerCombiner.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 ViewView.viewDifference(Combiner combiner, View second) Returns a view which represents the set difference of this view and a second one.default ViewView.viewIntersection(Combiner combiner, View second) Returns a view which represents the set intersection of this view and a second one.default ViewReturns a view which represents the set union of this view and a second one.