Uses of Class
eu.bandm.tools.umod.runtime.UncheckedPair
Package
Description
Runtime classes for the model code generated by the
umod-Compiler
, esp for data integrity
de/serialization, visualzation, visitors and rewriters.-
Uses of UncheckedPair in eu.bandm.tools.umod.runtime
Modifier and TypeClassDescriptionclass
CheckedPair_L<L,
R> Implements "Pair" operations and guarantees stricness of left side component.class
CheckedPair_LR<L,
R> Implements "Pair" operations and guarantees stricness of both components.class
CheckedPair_R<L,
R> Implements "Pair" operations and guarantees stricness of right side component.Modifier and TypeMethodDescriptionstatic <A,
B> List<UncheckedPair<A, B>> UncheckedPair.fromIterables_unchecked
(Iterable<A> left, Iterable<B> right, Class<A> lclass, Class<B> rclass)