Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created June 17, 2017 14:58
Show Gist options
  • Select an option

  • Save miquelbeltran/4147089a9bea0fcc2938456eeacb74f3 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/4147089a9bea0fcc2938456eeacb74f3 to your computer and use it in GitHub Desktop.
public final void bind(@NotNull Day day) {
Intrinsics.checkParameterIsNotNull(day, "day");
((TextView)this.itemView.findViewById(id.title)).setText((CharSequence)day.getTitle());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment