public abstract class SplitResult<RestrictionT>
extends java.lang.Object
| Constructor and Description | 
|---|
SplitResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract RestrictionT | 
getPrimary()
Returns the primary restriction. 
 | 
abstract RestrictionT | 
getResidual()
Returns the residual restriction. 
 | 
static <RestrictionT> | 
of(RestrictionT primary,
  RestrictionT residual)
Returns a  
SplitResult for the specified primary and residual restrictions. | 
public static <RestrictionT> SplitResult<RestrictionT> of(RestrictionT primary, RestrictionT residual)
SplitResult for the specified primary and residual restrictions.@Nullable public abstract RestrictionT getPrimary()
@Nullable public abstract RestrictionT getResidual()