Uses of Package
com.fa993.types.supertype
-
Packages that use com.fa993.types.supertype Package Description com.fa993 com.fa993.types.supertype com.fa993.utils -
Classes in com.fa993.types.supertype used by com.fa993 Class Description NumOrTwoSeqOrNdArr Represents a specialized version ofEither.OfThree
that can hold one of three types: ADouble
value An array of twodouble
values A 2D array ofdouble
values This class enforces specific constraints on the second type, requiring it to be a sequence of exactly two doubles. -
Classes in com.fa993.types.supertype used by com.fa993.types.supertype Class Description Either.OfThree Represents an exclusive choice between three possible types.Either.OfTwo Represents an exclusive choice between two possible types.Either.Selector Enum representing the possible choices: First, Second, or Third.NumOrTwoSeqOrNdArr Represents a specialized version ofEither.OfThree
that can hold one of three types: ADouble
value An array of twodouble
values A 2D array ofdouble
values This class enforces specific constraints on the second type, requiring it to be a sequence of exactly two doubles.Pair A generic class representing a pair of two related objects. -
Classes in com.fa993.types.supertype used by com.fa993.utils Class Description Either.OfTwo Represents an exclusive choice between two possible types.NumOrTwoSeqOrNdArr Represents a specialized version ofEither.OfThree
that can hold one of three types: ADouble
value An array of twodouble
values A 2D array ofdouble
values This class enforces specific constraints on the second type, requiring it to be a sequence of exactly two doubles.PairOfDoubleOrDArr Represents a pair where each element is an instance ofEither.OfTwo
that can hold: ADouble
value An array ofdouble
values