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