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>
- Author:
- Daniel Dietrich
- 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 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
-
Constructor Details
-
Pattern0
public Pattern0()
-
-
Method Details
-
any
-
of
-