Uses of Interface
jetbrains.buildServer.controllers.agent.statistics.table.matrix.Plussable
-
Packages that use Plussable Package Description jetbrains.buildServer.controllers.agent.statistics.table jetbrains.buildServer.controllers.agent.statistics.table.matrix -
-
Uses of Plussable in jetbrains.buildServer.controllers.agent.statistics.table
Classes in jetbrains.buildServer.controllers.agent.statistics.table that implement Plussable Modifier and Type Class Description class
AgentStatisticsMatrixCell
-
Uses of Plussable in jetbrains.buildServer.controllers.agent.statistics.table.matrix
Classes in jetbrains.buildServer.controllers.agent.statistics.table.matrix with type parameters of type Plussable Modifier and Type Class Description class
SimpleMatrix<TRow,TCol,TValue extends Plussable<TValue>>
Methods in jetbrains.buildServer.controllers.agent.statistics.table.matrix with type parameters of type Plussable Modifier and Type Method Description <TRow,TCol,TValue,NRow,NCol,NValue extends Plussable<NValue>>
RawMatrix<NRow,NCol,NValue>MatrixUtils. merge(RawMatrix<TRow,TCol,TValue> matrix, Converter<NRow,TRow> rowEquality, Converter<NCol,TCol> colEquality, Converter<NValue,TValue> valEquality)
-