Uses of Record Class
io.github.kusoroadeolu.ferrous.option.Pair
Packages that use Pair
-
Uses of Pair in io.github.kusoroadeolu.ferrous.option
Methods in io.github.kusoroadeolu.ferrous.option that return types with arguments of type PairModifier and TypeMethodDescriptionCombines this Option with another, returning Some only if both are Some. -
Uses of Pair in io.github.kusoroadeolu.ferrous.result
Methods in io.github.kusoroadeolu.ferrous.result that return types with arguments of type PairModifier and TypeMethodDescriptionCombines this Result with another, returning Ok only if both are Ok.