Package net.jqwik.api
Class Combinators.Combinator5<T1,T2,T3,T4,T5>
- java.lang.Object
-
- net.jqwik.api.Combinators.Combinator5<T1,T2,T3,T4,T5>
-
- Enclosing class:
- Combinators
public static class Combinators.Combinator5<T1,T2,T3,T4,T5> extends java.lang.Object
Combinator for five values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <@NotNull R>
Arbitrary<R>as(Combinators.F5<T1,T2,T3,T4,T5,@NotNull R> combinator)
Combine five values.<R> Arbitrary<R>
flatAs(Combinators.F5<T1,T2,T3,T4,T5,Arbitrary<R>> flatCombinator)
-