31323334353637
this.predicate = predicate; } @Override public JresBooleanReply handleResponse(HttpResponse http) throws IOException, JresErrorReplyException { return new JresBooleanReply(predicate.apply(http)); }
34353637383940