Uses of Interface
de.xima.fc.interfaces.ISerializableSupplier
-
Packages that use ISerializableSupplier Package Description de.xima.fc.common.function de.xima.fc.gui.common.model.data de.xima.fc.gui.model.lazydata de.xima.fc.interfaces de.xima.fc.logic.filesystem de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiertde.xima.fc.utils Package für Utilsklassen -
-
Uses of ISerializableSupplier in de.xima.fc.common.function
Subinterfaces of ISerializableSupplier in de.xima.fc.common.function Modifier and Type Interface Description interface
ITypedSerializableThrowingSupplier<T,E extends Throwable>
ASupplier
that may throw a single typed checked exception and is serializable. -
Uses of ISerializableSupplier in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data with parameters of type ISerializableSupplier Modifier and Type Method Description static <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 ISerializableSupplier Modifier and Type Method Description DaoLazyDataModel.Builder<T>
DaoLazyDataModel.Builder. withEntityContextSupplier(ISerializableSupplier<? extends IEntityContext> entityContextSupplier)
-
Uses of ISerializableSupplier in de.xima.fc.interfaces
Subinterfaces of ISerializableSupplier in de.xima.fc.interfaces Modifier and Type Interface Description interface
ISerializableThrowingSupplier<T>
ASupplier
that 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 ISerializableSupplier Modifier and Type Method Description EntityFileSystem.BuilderStage4<Entry,PersistenceContext,Entity,Scope>
EntityFileSystem.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 ISerializableSupplier Constructor Description LargeString(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 ISerializableSupplier Modifier and Type Method Description static <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.
-