Package io.vavr

Class API.Match<T>

java.lang.Object
io.vavr.API.Match<T>
Type Parameters:
T - type of the object that is matched
Enclosing class:
API

@GwtIncompatible public static final class API.Match<T> extends Object
Scala-like structural pattern matching for Java. Instances are obtained via API.Match(Object).
  • Field Details

    • value

      private final T value
  • Constructor Details

    • Match

      private Match(T value)
  • Method Details