Uses of Interface
xyz.cofe.trambda.Tuple2
-
Packages that use Tuple2 Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of Tuple2 in xyz.cofe.trambda
Methods in xyz.cofe.trambda that return Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple2. of(A a, B b)Создание кортежа -
Uses of Tuple2 in xyz.cofe.trambda.sec
Constructor parameters in xyz.cofe.trambda.sec with type arguments of type Tuple2 Constructor Description SecurityFilters(List<Function<SecurAccess<?,SCOPE>,Optional<Tuple2<MESSAGE,Boolean>>>> validators)
-