public void describeTo()

in future/src/main/java/com/spotify/hamcrest/future/SuccessfullyCompletedFuture.java [75:77]


  public void describeTo(final Description description) {
    description.appendText("a future that completed to a value that ").appendDescriptionOf(matcher);
  }