Uses of Class
org.drasyl.util.Triple

Packages that use Triple
Package
Description
Utility classes used across multiple packages.
  • Uses of Triple in org.drasyl.util

    Methods in org.drasyl.util that return Triple
    Modifier and Type
    Method
    Description
    static <A, B, C> Triple<A,B,C>
    Triple.of(A first, B second, C third)
    Obtains a tuple of three elements inferring the generic types.