Treatment toIpv6
net/ip::toIpv6
Inputs
⇥ text:
Stream<string>
Outputs
↦ ipv6:
Stream<Option<Ipv6>>
(net/ip::Ipv6
)
Parse string into IPv6.
ipv6
contains some Ipv6
if input text
contains valid ip, else none.
net/ip::toIpv6
⇥ text:
Stream<string>
↦ ipv6:
Stream<Option<Ipv6>>
(net/ip::Ipv6
)
Parse string into IPv6.
ipv6
contains some Ipv6
if input text
contains valid ip, else none.