Class EnableSeatPredicate
java.lang.Object
de.hybris.platform.travelfacades.ancillary.search.accommodation.predicates.EnableSeatPredicate
- All Implemented Interfaces:
BiPredicate<SeatAvailabilityData,SeatInfoData>
public class EnableSeatPredicate
extends Object
implements BiPredicate<SeatAvailabilityData,SeatInfoData>
The type Enable seat predicate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(SeatAvailabilityData seatAvailability, SeatInfoData seatInfo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
EnableSeatPredicate
public EnableSeatPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<SeatAvailabilityData,SeatInfoData>
-