Uses of Interface
org.apache.ignite.internal.util.typedef.C1
-
Packages that use C1 Package Description org.apache.ignite.cache.store.jdbc.dialect Contains SQL dialects for different RDBMS.org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.lang.gridfunc Contains utilities classes forGridFunc. -
-
Uses of C1 in org.apache.ignite.cache.store.jdbc.dialect
Methods in org.apache.ignite.cache.store.jdbc.dialect with parameters of type C1 Modifier and Type Method Description protected static <T> StringBasicJdbcDialect. mkString(Iterable<T> elems, C1<T,String> f, String start, String sep, String end)Concatenates elements using provided separator. -
Uses of C1 in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return C1 Modifier and Type Method Description static C1<IgniteCheckedException,IgniteException>IgniteUtils. getExceptionConverter(Class<? extends IgniteCheckedException> clazz)Gets IgniteClosure for an IgniteCheckedException class. -
Uses of C1 in org.apache.ignite.internal.util.lang.gridfunc
Classes in org.apache.ignite.internal.util.lang.gridfunc that implement C1 Modifier and Type Class Description classToStringClosure<T>Closure that returntoString()value for its free variable.
-