Uses of Interface
org.evrete.api.TypeField
Packages that use TypeField
-
Uses of TypeField in org.evrete.api
Methods in org.evrete.api that return TypeFieldModifier and TypeMethodDescriptiondefault 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.FieldReference.field()Returns a declared field with the given name.Methods in org.evrete.api that return types with arguments of type TypeFieldModifier and TypeMethodDescriptionType.getDeclaredFields()Method returns ALL known fields, both explicitly declared and resolved.TypeWrapper.getDeclaredFields()