public void describeTo()

in future/src/main/java/com/spotify/hamcrest/future/SuccessfullyCompletedBlockingCompletionStage.java [67:71]


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