Searched refs:optionalNullableProducer (Results 1 – 2 of 2) sorted by relevance
82 public void optionalNullableProducer() throws Exception { in optionalNullableProducer() method in OptionalBindingComponentsPresentTest83 assertThat(component.optionalNullableProducer().get().get().get().get()).isNull(); in optionalNullableProducer()
173 ListenableFuture<Optional<Producer<Object>>> optionalNullableProducer(); in optionalNullableProducer() method