Uses of Interface
cloud.opencode.base.core.func.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in cloud.opencode.base.core.tuple
Methods in cloud.opencode.base.core.tuple with parameters of type TriFunctionModifier and TypeMethodDescription<R> RTriple.apply(TriFunction<? super A, ? super B, ? super C, ? extends R> function) Applies a tri-function 应用三元函数