79111878

Date: 2024-10-21 22:07:14
Score: 1.5
Natty:
Report link

Use reactor.util.function.Tuples.of(T1 t1, T2 t2)

Note that it uses the Tuples class.

Method signature:

static <T1,T2> Tuple2<T1,T2> of(T1 t1, T2 t2)

More methods and constructors available in the Javadoc

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AlexanderTheGrape