Interface Option.Match<A,B>

All Known Implementing Classes:
Option.EMatch
Enclosing class:
Option<A>

public static interface Option.Match<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    some(A a)
     
  • Method Details

    • some

      B some(A a)
    • none

      B none()