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