Package-level declarations
Types
Link copied to clipboard
class AirfluxAttribute
Contains key of semantic attributes.
Link copied to clipboard
class AirfluxCategory
Contains category of standard events.
Link copied to clipboard
class AirfluxContext
Contains key of contexts.
Link copied to clipboard
Holds every details of error.
Link copied to clipboard
Holds type code of error.
Link copied to clipboard
class AirfluxInference
Holds every information of inference request.
Link copied to clipboard
class AirfluxParameter
Contains key of parameters.
Link copied to clipboard
class AirfluxUser
Contains key of user’s informations.
Link copied to clipboard
Represents an operation that accepts two input arguments and returns no result. This is the two-arity specialization of Consumer. Unlike most other functional interfaces, BiConsumer is expected to operate via side-effects.