Interface PotentiallySigned<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetContent()<S> PotentiallySigned<S>ofSubset(S s)
-
-
-
Method Detail
-
getContent
T getContent()
-
ofSubset
<S> PotentiallySigned<S> ofSubset(S s)
-
-