Package io.vavr
Class API.Match.Pattern3<T,T1,T2,T3>
java.lang.Object
io.vavr.API.Match.Pattern3<T,T1,T2,T3>
- All Implemented Interfaces:
API.Match.Pattern<T,
,Tuple3<T1, T2, T3>> Function1<T,
,Tuple3<T1, T2, T3>> PartialFunction<T,
,Tuple3<T1, T2, T3>> Serializable
,Function<T,
Tuple3<T1, T2, T3>>
public abstract static class API.Match.Pattern3<T,T1,T2,T3>
extends Object
implements API.Match.Pattern<T,Tuple3<T1,T2,T3>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,
T1 extends U1, U1, T2 extends U2, U2, T3 extends U3, U3>
API.Match.Pattern3<T, T1, T2, T3> of
(Class<? super T> type, API.Match.Pattern<T1, ?> p1, API.Match.Pattern<T2, ?> p2, API.Match.Pattern<T3, ?> p3, Function<T, Tuple3<U1, U2, U3>> unapply) 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
-
Pattern3
public Pattern3()
-
-
Method Details
-
of
public static <T,T1 extends U1, API.Match.Pattern3<T,U1, T2 extends U2, U2, T3 extends U3, U3> T1, ofT2, T3> (Class<? super T> type, API.Match.Pattern<T1, ?> p1, API.Match.Pattern<T2, ?> p2, API.Match.Pattern<T3, ?> p3, Function<T, Tuple3<U1, U2, U3>> unapply)
-