DATATYPE
@MustImplementEqualsAndHashcode public interface ICombinator<DATATYPE> extends Serializable
combine(DATATYPE aFirst, DATATYPE aSecond)
@Nullable DATATYPE combine(@Nullable DATATYPE aFirst, @Nullable DATATYPE aSecond)
aFirst
aSecond
Copyright © 2006–2014 phloc systems. All rights reserved.