Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Using apache.commons.lang3

Collection.stream().mapToInt(...).max() ?  ;)

On 2015-08-25 09:46 AM, Matthew Khouzam wrote:
I could really get behind the math functions... surprise! The
possibility of max(collection) is very interesting.

On 15-08-19 05:11 PM, Marc-André Laperle wrote:
Hi,

I'd like to start making use of apache.commons.lang3 from Orbit.
There are a few things useful, like StringUtils.EMPTY, Pair,
ExceptionUtils.getStackTrace() and probably more.

You can find the javadoc here:
https://commons.apache.org/proper/commons-lang/javadocs/api-release/index.html

If there are no objections, I will create a CQ for this.

Marc-Andre


_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev
_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top