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