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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final API.Match.Pattern0
<Object> private static final long
-
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ANY
-
-
Constructor Details
-
Pattern0
public Pattern0()
-
-
Method Details
-
any
-
of
-