scott
05/30/2024, 4:14 PMSessionItemGroup.getAll((Iterable<Long>) longIds)
tylervz
05/30/2024, 5:42 PM[Static type checking] - Cannot call com.hypercision.attproto.sessionitem.SessionItemGroup#getAll(java.lang.Iterable <<http://java.io|java.io>.Serializable>) with arguments [java.lang.Iterable <Long>]
mattias_reichel
05/30/2024, 7:23 PMSessionItemGroup.getAll(longIds as Iterable<Serializable>)
?
That seems to be what the method is expecting.tylervz
05/30/2024, 7:39 PMscott
05/30/2024, 8:06 PMmattias_reichel
05/30/2024, 8:39 PMas
did, so I wanted to check that first. (Also I find it more readable)scott
05/30/2024, 8:41 PM