Package net.luis.utils.util.getter


package net.luis.utils.util.getter
  • Interfaces
    Class
    Description
    A functional interface that provides methods to get a value of a specific type.
    This is an extension of the ValueGetter interface.
    A functional interface that provides methods to get a value of a specific type at a specific index.
    The value is hold by the object that implements this interface.
    A functional interface that provides methods to get a value of a specific type with a specific key.
    The value is hold by the object that implements this interface.
    A functional interface that provides methods to get a value of a specific type.
    The value is hold by the object that implements this interface.