Uses of Interface
org.evrete.api.TypeField
-
Packages that use TypeField Package Description org.evrete.api -
-
Uses of TypeField in org.evrete.api
Methods in org.evrete.api that return TypeField Modifier and Type Method Description default TypeFieldType. declareBooleanField(String name, Predicate<T> function)Method declares a primitivebooleanfield.default TypeFieldType. declareDoubleField(String name, ToDoubleFunction<T> function)Method declares a primitivedoublefield.<V> TypeFieldType. declareField(String name, Class<V> type, Function<T,V> function)Field declaration with aFunctionas value reader.<V> TypeFieldTypeWrapper. declareField(String name, Class<V> type, Function<T,V> function)default TypeFieldType. declareIntField(String name, ToIntFunction<T> function)Method declares a primitiveintfield.default TypeFieldType. declareLongField(String name, ToLongFunction<T> function)Method declares a primitivelongfield.TypeFieldFieldReference. field()TypeFieldType. getField(String name)Returns a declared field with the given name.TypeFieldTypeWrapper. getField(String name)Methods in org.evrete.api that return types with arguments of type TypeField Modifier and Type Method Description Collection<TypeField>Type. getDeclaredFields()Method returns ALL known fields, both explicitly declared and resolved.Collection<TypeField>TypeWrapper. getDeclaredFields()
-