Uses of Interface
cloud.opencode.base.collections.ValueDifference
Packages that use ValueDifference
-
Uses of ValueDifference in cloud.opencode.base.collections
Classes in cloud.opencode.base.collections that implement ValueDifferenceModifier and TypeClassDescriptionstatic final recordDefault implementation of ValueDifference.Methods in cloud.opencode.base.collections that return ValueDifferenceModifier and TypeMethodDescriptionstatic <V> ValueDifference<V> ValueDifference.create(V left, V right) Create a new ValueDifference.