Uses of Interface
no.digipost.function.SerializableFunction
-
Packages that use SerializableFunction Package Description no.digipost.util -
-
Uses of SerializableFunction in no.digipost.util
Constructors in no.digipost.util with parameters of type SerializableFunction Constructor Description JustA(T theValue, String description, SerializableFunction<? super T,String> valueToString)JustA(T theValue, SerializableFunction<? super T,String> valueToString)JustALong(long theValue, String description, SerializableFunction<? super Long,String> valueToString)JustALong(long theValue, SerializableFunction<? super Long,String> valueToString)
-