Package io.vavr
Class API.Match.Pattern4<T,T1,T2,T3,T4>
- java.lang.Object
-
- io.vavr.API.Match.Pattern4<T,T1,T2,T3,T4>
-
- All Implemented Interfaces:
API.Match.Pattern<T,Tuple4<T1,T2,T3,T4>>
,Function1<T,Tuple4<T1,T2,T3,T4>>
,PartialFunction<T,Tuple4<T1,T2,T3,T4>>
,java.io.Serializable
,java.util.function.Function<T,Tuple4<T1,T2,T3,T4>>
public abstract static class API.Match.Pattern4<T,T1,T2,T3,T4> extends java.lang.Object implements API.Match.Pattern<T,Tuple4<T1,T2,T3,T4>>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Pattern4()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,T1 extends U1,U1,T2 extends U2,U2,T3 extends U3,U3,T4 extends U4,U4>
API.Match.Pattern4<T,T1,T2,T3,T4>of(java.lang.Class<? super T> type, API.Match.Pattern<T1,?> p1, API.Match.Pattern<T2,?> p2, API.Match.Pattern<T3,?> p3, API.Match.Pattern<T4,?> p4, java.util.function.Function<T,Tuple4<U1,U2,U3,U4>> 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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
of
public static <T,T1 extends U1,U1,T2 extends U2,U2,T3 extends U3,U3,T4 extends U4,U4> API.Match.Pattern4<T,T1,T2,T3,T4> of(java.lang.Class<? super T> type, API.Match.Pattern<T1,?> p1, API.Match.Pattern<T2,?> p2, API.Match.Pattern<T3,?> p3, API.Match.Pattern<T4,?> p4, java.util.function.Function<T,Tuple4<U1,U2,U3,U4>> unapply)
-
-