Uses of Class
de.xima.fc.common.data.algebraic.OneOfN.Just
Packages that use OneOfN.Just
-
Uses of OneOfN.Just in de.xima.fc.common.data.algebraic
Methods in de.xima.fc.common.data.algebraic that return OneOfN.JustModifier and TypeMethodDescriptionstatic <T1> OneOfN.Just<T1> OneOfN.Just.first(T1 first) <R1> OneOfN.Just<R1> Maps this sum type to another sum type by invoking the mapping function for the matching case with the value of this sum type and returning the result.