JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
net.hydromatic.morel.type.MultiType
Packages that use
MultiType
Package
Description
net.hydromatic.morel.type
Type system.
Uses of
MultiType
in
net.hydromatic.morel.type
Methods in
net.hydromatic.morel.type
that return
MultiType
Modifier and Type
Method
Description
MultiType
TypeSystem.
multi
(
List
<? extends
Type
> types)
Creates a multi-type.
MultiType
TypeSystem.
multi
(
Type
... types)
Creates a multi-type from an array of types.