Toggle navigation
Home
java.lang.Integer to java.lang.Object
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
OMultiValue.getValue(iResult,index)
to
OMultiValue.getValue(iResult,((Integer)index).intValue())
OMultiValue.getValue(iResult,index)
to
OMultiValue.getValue(iResult,((Integer)index).intValue())
addListener
to
submit
Update argument list (Class Instance Creation)
ForEachFlatMapObjIntOperation
to
ForEachFlatMapObjIntOperation
ForEachObjIntOperation
to
ForEachObjIntOperation
ForEachFlatMapIntOperation<>
to
ForEachFlatMapIntOperation<>
ForEachIntOperation<>
to
ForEachIntOperation<>
Introduce Literal
workersAmount
to
null