Package manifold.rt.api.util
Class Pair.And
java.lang.Object
manifold.rt.api.util.Pair.And
Enables the:
first and second syntax for Pair, which is particularly useful with the
Map#mapOf extension method.
Map<String,Integer> map = Map.mapOf("Moe" and 77, "Larry" and 88, "Curly" and 99);
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Pair.Andinstance()<F> Pair.And.First<F> postfixBind(F first)
-
Method Details
-
instance
-
postfixBind
-