Package io.vavr
Class API.Match.Pattern0<T>
java.lang.Object
io.vavr.API.Match.Pattern0<T>
- All Implemented Interfaces:
API.Match.Pattern<T,
,T> Function1<T,
,T> PartialFunction<T,
,T> Serializable
,Function<T,
T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> API.Match.Pattern0
<T> any()
static <T> API.Match.Pattern0
<T> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
Pattern0
public Pattern0()
-
-
Method Details
-
any
-
of
-