public static class Combinators.Combinator5<T1,T2,T3,T4,T5>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<R> Arbitrary<R> |
as(Combinators.F5<T1,T2,T3,T4,T5,R> combinator) |
<R> Arbitrary<R> |
flatAs(Combinators.F5<T1,T2,T3,T4,T5,Arbitrary<R>> flatCombinator) |