1 2 3 4 5 |
import org.springframework.util.Assert; Assert.notNull(factory, "parallel functions must be not null"); |
1 2 3 4 5 |
import org.springframework.util.Assert; Assert.notNull(factory, "parallel functions must be not null"); |