JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.telegram.abilitybots.api.util.Trio
Packages that use
Trio
Package
Description
org.telegram.abilitybots.api.util
Uses of
Trio
in
org.telegram.abilitybots.api.util
Methods in
org.telegram.abilitybots.api.util
that return
Trio
Modifier and Type
Method
Description
static <A,
B,
C>
Trio
<A,
B,
C>
Trio.
of
(A a, B b, C c)