Uses of Class
com.vladris.maki.details.TypeGuard7
-
Packages that use TypeGuard7 Package Description com.vladris.maki com.vladris.maki.details -
-
Uses of TypeGuard7 in com.vladris.maki
Methods in com.vladris.maki with parameters of type TypeGuard7 Modifier and Type Method Description static <T1,T2,T3,T4,T5,T6,T7>
Variant7<T1,T2,T3,T4,T5,T6,T7>Variant7. make(T7 item, TypeGuard7... guard)
Creates a new Variant given an item of typeT7
.static <T1,T2,T3,T4,T5,T6,T7,T8>
Variant8<T1,T2,T3,T4,T5,T6,T7,T8>Variant8. make(T7 item, TypeGuard7... guard)
Creates a new Variant given an item of typeT7
.void
Variant7. set(T7 item, TypeGuard7... guard)
Assigns an item of typeT7
to the variant.void
Variant8. set(T7 item, TypeGuard7... guard)
Assigns an item of typeT7
to the variant.Constructors in com.vladris.maki with parameters of type TypeGuard7 Constructor Description Variant7(T7 item, TypeGuard7... guard)
Creates a new Variant instance from an item of typeT7
.Variant8(T7 item, TypeGuard7... guard)
Creates a new Variant instance from an item of typeT7
. -
Uses of TypeGuard7 in com.vladris.maki.details
Methods in com.vladris.maki.details that return TypeGuard7 Modifier and Type Method Description static TypeGuard7
TypeGuard7. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeGuard7[]
TypeGuard7. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-