public abstract static class OptionConverters.SpecializerOfOptions<A,That>
extends java.lang.Object
Constructor and Description |
---|
SpecializerOfOptions() |
Modifier and Type | Method and Description |
---|---|
abstract That |
fromJava(java.util.Optional<A> o)
Converts from `Optional` to a manually specialized variant `That`
|
abstract That |
fromScala(scala.Option<A> o)
Converts from `Option` to a manually specialized variant `That`
|