Treatment toIpv4
net/ip::toIpv4
Inputs
⇥ text:
Stream<string>
Outputs
↦ ipv4:
Stream<Option<Ipv4>>
(net/ip::Ipv4
)
Parse string into IPv4.
ipv4
contains some Ipv4
if input text
contains valid ip, else none.
net/ip::toIpv4
⇥ text:
Stream<string>
↦ ipv4:
Stream<Option<Ipv4>>
(net/ip::Ipv4
)
Parse string into IPv4.
ipv4
contains some Ipv4
if input text
contains valid ip, else none.