Uses of Class
io.github.nejckorasa.result.Diff
-
Packages that use Diff Package Description io.github.nejckorasa.result -
-
Uses of Diff in io.github.nejckorasa.result
Methods in io.github.nejckorasa.result that return Diff Modifier and Type Method Description Diff
CmpPair. getDiff()
static Diff
Diff. valueOf(String name)
Returns the enum constant of this type with the specified name.static Diff[]
Diff. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.nejckorasa.result that return types with arguments of type Diff Modifier and Type Method Description Map<Diff,Collection<CmpPair<B,W>>>
CmpResult. asMap()
-