Packages

package util

Type Members

  1. final class Pair[L, R] extends Record

    An immutable pair of values.

    An immutable pair of values. Note that the fields are intentionally designed to be getLeft and getRight instead of left and right in order to mitigate the migration burden from org.apache.commons.lang3.tuple.Pair.

Ungrouped