On 25 Sep 2015, at 09:39, Remi Forax <[email protected]> wrote: > Hi Paul, hi chris, > > ----- Mail original ----- >> De: "Chris Hegarty" <[email protected]> >> À: "Paul Sandoz" <[email protected]> >> Cc: "core-libs-dev" <[email protected]> >> Envoyé: Jeudi 24 Septembre 2015 11:06:36 >> Objet: Re: RFR 8135248: Add utility methods to check indexes and ranges >> >> On 24 Sep 2015, at 08:40, Paul Sandoz <[email protected]> wrote: >> >>> On 23 Sep 2015, at 18:11, Rémi Forax <[email protected]> wrote: >>>>> >>>>> Because i want to support the simple cases without pulling in indy. >>>> >>>> and what about using an anonymous class instead ? >>>> >>> >>> Not an anonymous one, but i think i know what you mean :-) > > it can be an anonymous one: > private static final BiFunction<Integer, Integer, IOOBE> DEFAULT = new > BiFunction<>() { ... }; > > anyway … >
Oh yes, sorry, i mentally read it as “anonymous inner”. Paul.
