Home
last modified time | relevance | path

Searched refs:maybeEmptySet (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/
DMultibindingTest.java166 public void maybeEmptySet() { in maybeEmptySet() method in MultibindingTest
167 assertThat(multibindingComponent.maybeEmptySet()).containsExactly("foo"); in maybeEmptySet()
DMultibindingComponent.java61 Set<CharSequence> maybeEmptySet(); in maybeEmptySet() method