Closed roookeee closed 5 years ago
Pretty tricky as the given()-call does not determine the type of then() or orElse() :/ I don't want to implement it like given(Predicate, Function<CurrentType, IntermediateType>) though...
given(Predicate, Function<CurrentType, IntermediateType>)
But will do it anyway !
Fixed in develop, see 4da6ff4d4fd9529b1fe695c7f3f89d1c278eab1a
Pretty tricky as the given()-call does not determine the type of then() or orElse() :/ I don't want to implement it like
given(Predicate, Function<CurrentType, IntermediateType>)
though...