Package io.vavr

Interface API.Match.Case<T,R>

Type Parameters:
T - Type of the value being matched
R - Return value type
All Superinterfaces:
Function<T,R>, Function1<T,R>, PartialFunction<T,R>, Serializable
All Known Implementing Classes:
API.Match.Case0, API.Match.Case1, API.Match.Case2, API.Match.Case3, API.Match.Case4, API.Match.Case5, API.Match.Case6, API.Match.Case7, API.Match.Case8
Enclosing class:
API.Match<T>

public static interface API.Match.Case<T,R> extends PartialFunction<T,R>
Base interface for all the Cases
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      The serial version UID for serialization.
      See Also: