Package 

Object Dust.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Dust yes() Returns a "yes" Dust value.
      final Dust no() Returns a "no" Dust value.
      final Dust of(Integer level, Integer window, Integer linker) Returns a value based Dust value wrapping the given inputs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • yes

         final Dust yes()

        Returns a "yes" Dust value.

      • no

         final Dust no()

        Returns a "no" Dust value.

      • of

         final Dust of(Integer level, Integer window, Integer linker)

        Returns a value based Dust value wrapping the given inputs.

        Parameters:
        level - Value Dust level.
        window - Value Dust window.
        linker - Value Dust linker.