Hii Sir, I am not able to write the tabular code in eclipse IDE ,getting syntax error. can you please help me, how i can write this tabular code in eclipse IDE..
Hi Amod, Can you please help me out please write the expression without using constructor reference "Object[][] sample=headerList.stream().map(header -> new String[] {header.getName(),header.getValue()}).toArray(Object[][]::new);" need the expression for Object[][]::new general lambda expression.Thank you!!
@@RetargetCommon Yeah I gone through it, method reference and constructor reference but find difficulties to decode the last part for creating 2D Object Array. Can you please help me with decoding this.Thank you
doing great.. thankyou for sharing your knowledge
Awsm
Log is not getting add in the report from the restUtils.
Please create a video on stream please
Hii Sir, I am not able to write the tabular code in eclipse IDE ,getting syntax error.
can you please help me, how i can write this tabular code in eclipse IDE..
How to use extent report with cucumber junit
Hi Amod, Can you please help me out please write the expression without using constructor reference "Object[][] sample=headerList.stream().map(header -> new String[] {header.getName(),header.getValue()}).toArray(Object[][]::new);" need the expression for Object[][]::new general lambda expression.Thank you!!
This is called method reference. Just learn basics of this and let me know if you are not able to decode it. Thanks
@@RetargetCommon Yeah I gone through it, method reference and constructor reference but find difficulties to decode the last part for creating 2D Object Array. Can you please help me with decoding this.Thank you
This should be helpful. www.baeldung.com/java-method-references#constructor