Interface JTypeOperation<I,O>

All Superinterfaces:
BiFunction<JTypeSystem, I, O>
All Known Implementing Classes:
JFindAllKnownSupertypes, JFindGreatestLowerBound, JFindLeastUpperBound, JFindMostSpecificType, JFindMostSpecificTypes

public interface JTypeOperation<I,O> extends BiFunction<JTypeSystem, I, O>