Uses of Interface
space.arim.dazzleconf.serialiser.FlexibleTypeFunction
Packages that use FlexibleTypeFunction
Package
Description
Contains all API related to serializing and deserializing, commonly used for
adding custom config objects.
-
Uses of FlexibleTypeFunction in space.arim.dazzleconf.serialiser
Methods in space.arim.dazzleconf.serialiser with parameters of type FlexibleTypeFunctionModifier and TypeMethodDescription<E> Collection<E> FlexibleType.getCollection(FlexibleTypeFunction<? extends E> elementProcessor) Gets the value as a collection of further flexible types (FlexibleType.getCollection()) and processes it by converting each flexible type element to a result element.<E> List<E> FlexibleType.getList(FlexibleTypeFunction<? extends E> elementProcessor) Gets the value as a list of further flexible types (FlexibleType.getList()) and processes it by converting each flexible type element to a result element.<E> Set<E> FlexibleType.getSet(FlexibleTypeFunction<? extends E> elementProcessor) Gets the value as a set of further flexible types (FlexibleType.getSet()) and processes it by converting each flexible type element to a result element.