Uses of Class
org.drasyl.util.Worm

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

    Methods in org.drasyl.util that return Worm
    Modifier and Type
    Method
    Description
    static <T> Worm<T>
    Worm.of()
    Creates a new Worm object with not set value.
    static <T> Worm<T>
    Worm.of(T value)
    Creates a new Worm object with value set to value.