@FunctionalInterface public interface TypedZPath10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
TypedZPath
, but with 10 parametersModifier and Type | Method and Description |
---|---|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
from(String pathWithIds)
Return a TypedZPath using
ZPath.parseWithIds(java.lang.String) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
from(ZPath path)
Return a TypedZPath
|
ZPath |
resolved(T1 p1,
T2 p2,
T3 p3,
T4 p4,
T5 p5,
T6 p6,
T7 p7,
T8 p8,
T9 p9,
T10 p10) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> TypedZPath10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> from(String pathWithIds)
ZPath.parseWithIds(java.lang.String)
pathWithIds
- path to pass to ZPath.parseWithIds(java.lang.String)
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> TypedZPath10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> from(ZPath path)
path
- path to useCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.