Uses of Interface
de.xima.fc.interfaces.ISerializableSupplier
Packages that use ISerializableSupplier
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
Package für Utilsklassen
-
Uses of ISerializableSupplier in de.xima.fc.common.function
Subinterfaces of ISerializableSupplier in de.xima.fc.common.functionModifier and TypeInterfaceDescriptioninterfaceITypedSerializableThrowingSupplier<T, E extends Throwable>ASupplierthat may throw a single typed checked exception and is serializable. -
Uses of ISerializableSupplier in de.xima.fc.gui.common.bean.placeholder
Methods in de.xima.fc.gui.common.bean.placeholder with parameters of type ISerializableSupplierModifier and TypeMethodDescriptionvoidPlaceholderBean.registerProvideContext(ISerializableSupplier<IPlaceholderProvideContext> provideContext) voidPlaceholderBean.unregisterProvideContext(ISerializableSupplier<IPlaceholderProvideContext> provideContext) -
Uses of ISerializableSupplier in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data with parameters of type ISerializableSupplierModifier and TypeMethodDescriptionstatic <T extends Serializable>
DataTableEntriesModel.Builder<T> DataTableEntriesModel.newBuilder(ISerializableFunction<IEntityContext, List<T>> fetchAll, ISerializableSupplier<IEntityContext> entityContextSupplier) -
Uses of ISerializableSupplier in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata with parameters of type ISerializableSupplierModifier and TypeMethodDescriptionDaoLazyDataModel.Builder.withEntityContextSupplier(ISerializableSupplier<? extends IEntityContext> entityContextSupplier) -
Uses of ISerializableSupplier in de.xima.fc.interfaces
Subinterfaces of ISerializableSupplier in de.xima.fc.interfacesModifier and TypeInterfaceDescriptioninterfaceASupplierthat is also serializable and can throw exceptions. -
Uses of ISerializableSupplier in de.xima.fc.logic.filesystem
Methods in de.xima.fc.logic.filesystem with parameters of type ISerializableSupplierModifier and TypeMethodDescriptionEntityFileSystem.BuilderStage3.persistenceContextFactory(ISerializableSupplier<PersistenceContext> persistenceContextFactory) Sets the persistence context factory to use for creating new persistence contexts when the persistence layer needs to be accessed. -
Uses of ISerializableSupplier in de.xima.fc.mdl
Constructors in de.xima.fc.mdl with parameters of type ISerializableSupplierModifierConstructorDescriptionLargeString(ISerializableSupplier<String> supplier) A new large string that reads the data from the given supplier. -
Uses of ISerializableSupplier in de.xima.fc.utils
Methods in de.xima.fc.utils that return ISerializableSupplierModifier and TypeMethodDescriptionstatic <T,R> ISerializableSupplier <R> XFunctionalUtils.currySerializableFunction(ISerializableFunction<? super T, ? extends R> fn, T arg) Curries the argument of a uni-variate function with the given value.static <A> ISerializableSupplier<A> XFunctionalUtils.nullSupplier()Returns a supplier that always returns null.