Searched refs:newEntryPointView (Results 1 – 7 of 7) sorted by relevance
85 public Producer<T> newEntryPointView(final CancellationListener cancellationListener) {89 return delegate.newEntryPointView(cancellationListener);
42 Producer<T> newEntryPointView(CancellationListener cancellationListener); in newEntryPointView() method
188 return ((CancellableProducer<T>) producer).newEntryPointView(cancellationListener);231 public Producer<T> newEntryPointView(CancellationListener cancellationListener) {
91 public final Producer<T> newEntryPointView(final CancellationListener cancellationListener) { in newEntryPointView() method in DependencyMethodProducer
56 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView() method in AbstractProducer
86 public Producer<Map<K, Producer<V>>> newEntryPointView( in newEntryPointView() method in MapOfProducerProducer
60 public Producer<T> newEntryPointView(CancellationListener cancellationListener) { in newEntryPointView() method in Producers.ImmediateProducer