A B C E G H I M N S T U V 
All Classes All Packages

A

apply(Consumer<T1>) - Method in class com.vladris.maki.Variant1
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>) - Method in class com.vladris.maki.Variant2
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>) - Method in class com.vladris.maki.Variant3
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>, Consumer<T4>) - Method in class com.vladris.maki.Variant4
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>, Consumer<T4>, Consumer<T5>) - Method in class com.vladris.maki.Variant5
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>, Consumer<T4>, Consumer<T5>, Consumer<T6>) - Method in class com.vladris.maki.Variant6
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>, Consumer<T4>, Consumer<T5>, Consumer<T6>, Consumer<T7>) - Method in class com.vladris.maki.Variant7
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Consumer<T1>, Consumer<T2>, Consumer<T3>, Consumer<T4>, Consumer<T5>, Consumer<T6>, Consumer<T7>, Consumer<T8>) - Method in class com.vladris.maki.Variant8
Applies one of the given consumers to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>) - Method in class com.vladris.maki.Variant1
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>) - Method in class com.vladris.maki.Variant2
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>) - Method in class com.vladris.maki.Variant3
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>, Function<T4, R>) - Method in class com.vladris.maki.Variant4
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>, Function<T4, R>, Function<T5, R>) - Method in class com.vladris.maki.Variant5
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>, Function<T4, R>, Function<T5, R>, Function<T6, R>) - Method in class com.vladris.maki.Variant6
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>, Function<T4, R>, Function<T5, R>, Function<T6, R>, Function<T7, R>) - Method in class com.vladris.maki.Variant7
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
apply(Function<T1, R>, Function<T2, R>, Function<T3, R>, Function<T4, R>, Function<T5, R>, Function<T6, R>, Function<T7, R>, Function<T8, R>) - Method in class com.vladris.maki.Variant8
Applies one of the given functions to the variant depending on the type currently inhabiting the variant.
A B C E G H I M N S T U V 
All Classes All Packages