Interface Either.Match<A,B,X>

Enclosing class:
Either<A,B>

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

    Modifier and Type
    Method
    Description
    left(A a)
     
    right(B b)
     
  • Method Details

    • left

      X left(A a)
    • right

      X right(B b)