Skip navigation links
D E G I O P R S T V 

D

DeprecatedFunction - Annotation Type in io.virtdata.annotations
This marks functions as deprecated, with a reason.
Description - Annotation Type in io.virtdata.annotations
 

E

Example - Annotation Type in io.virtdata.annotations
 
Examples - Annotation Type in io.virtdata.annotations
 

G

getDescription() - Method in enum io.virtdata.annotations.Range
 

I

Input - Annotation Type in io.virtdata.annotations
This annotation is used to mark the input type for a functional interface which uses generics, like LongFunction, IntFunction, or Function.
io.virtdata.annotations - package io.virtdata.annotations
 

O

Output - Annotation Type in io.virtdata.annotations
This annotation is used to mark the output type for a functional interface which uses generics, like LongFunction, IntFunction, or Function.

P

PerThreadMapper - Annotation Type in io.virtdata.annotations
A PerThreadMapper will be instantiated once for each thread, for each scope in which it is used.

R

Range - Enum in io.virtdata.annotations
 

S

See - Annotation Type in io.virtdata.annotations
Direct the user to additional resources
SeeList - Annotation Type in io.virtdata.annotations
Direct the user to additional resources

T

ThreadSafeMapper - Annotation Type in io.virtdata.annotations
A ThreadSafeMapper will only be instantiated once in a scope, to be shared among all threads in that scope.

V

valueOf(String) - Static method in enum io.virtdata.annotations.Range
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.virtdata.annotations.Range
Returns an array containing the constants of this enum type, in the order they are declared.
D E G I O P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.