Home
last modified time | relevance | path

Searched defs:notNullable (Results 1 – 3 of 3) sorted by relevance

/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java126 String notNullable() { in notNullable() method in MemoizedTest.Value
286 public void notNullable() { in notNullable() method in MemoizedTest
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java407 public abstract String notNullable(); in notNullable() method in AutoValueJava8Test.NullablePropertyWithBuilder
417 Builder notNullable(String s); in notNullable() method
1016 public abstract T notNullable(); in notNullable() method in AutoValueJava8Test.PartlyNullableIntersectionBound
1019 PartlyNullableIntersectionBound<T> create(T notNullable) { in create()
DAutoValueTest.java1563 public abstract String notNullable(); in notNullable() method in AutoValueTest.NullablePropertyWithBuilder
1574 Builder notNullable(String s); in notNullable() method