Uses of Record Class
cloud.opencode.base.collections.Triple
Packages that use Triple
-
Uses of Triple in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return TripleModifier and TypeMethodDescriptionTransforms the first element using the given function.Transforms the second element using the given function.Transforms the third element using the given function.static <A,B, C> Triple <A, B, C> Triple.of(A first, B second, C third) Creates a new Triple with the given values.