public static Diffuser intoTextRes()

in jvm/diffuser-android/src/main/java/com/spotify/diffuser/android/ViewDiffusers.java [118:120]


  public static Diffuser<Integer> intoTextRes(TextView textView) {
    return into(textView::setText);
  }