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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Function1
andThen, arity, compose, curried, isMemoized, memoized, partial, reversed, tupledMethods inherited from interface PartialFunction
apply, isDefinedAt, lift
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ANY
-
-
Constructor Details
-
Pattern0
public Pattern0()
-
-
Method Details
-
any
-
of
-