Package org.comroid.varbind.multipart
Class FinishedBind
- java.lang.Object
-
- org.comroid.varbind.multipart.FinishedBind
-
public final class FinishedBind extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFinishedBind.IntoCollection<R,C extends java.util.Collection<R>>static classFinishedBind.SingleResult<R>
-
Constructor Summary
Constructors Constructor Description FinishedBind()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <R,C extends java.util.Collection<R>>
org.comroid.spellbind.model.TypeFragmentProvider<PartialBind.Finisher<R,C>>collectingProvider()static <R> org.comroid.spellbind.model.TypeFragmentProvider<PartialBind.Finisher<R,R>>singleResultProvider()
-
-
-
Method Detail
-
singleResultProvider
public static <R> org.comroid.spellbind.model.TypeFragmentProvider<PartialBind.Finisher<R,R>> singleResultProvider()
-
collectingProvider
public static <R,C extends java.util.Collection<R>> org.comroid.spellbind.model.TypeFragmentProvider<PartialBind.Finisher<R,C>> collectingProvider()
-
-