Package io.vavr
Interface API.Match.Case<T,R>
-
- All Superinterfaces:
java.util.function.Function<T,R>,Function1<T,R>,PartialFunction<T,R>,java.io.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
public static interface API.Match.Case<T,R> extends PartialFunction<T,R>
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUIDThe serial version uid.
-
Method Summary
-
Methods inherited from interface io.vavr.Function1
andThen, arity, compose, curried, isMemoized, memoized, partial, reversed, tupled
-
Methods inherited from interface io.vavr.PartialFunction
apply, isDefinedAt, lift
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The serial version uid.- See Also:
- Constant Field Values
-
-