Interface OptionOf<T>

All Superinterfaces:
Kind<Option<?>,T>
All Known Subinterfaces:
Option<T>
All Known Implementing Classes:
Option.None, Option.Some

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface OptionOf<T> extends Kind<Option<?>,T> permits Option<T>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> Option<T>
    toOption(Kind<Option<?>,? extends T> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details