Searched defs:nullableInput (Results 1 – 2 of 2) sorted by relevance
35 String nullableInput(); in nullableInput() method54 Builder nullableInput(@Nullable @Named("nullable input") String nullableInput); in nullableInput() argument
30 @Named("nullable input") fun nullableInput(): String? in count() method44 @BindsInstance fun nullableInput(@Named("nullable input") nullableInput: String?): Builder in count() method