Uses of Package
com.speedment.common.function
-
Packages that use com.speedment.common.function Package Description com.speedment.common.function This package contains the main function classes.com.speedment.common.function.collector This package contains collector classes. -
Classes in com.speedment.common.function used by com.speedment.common.function Class Description BooleanConsumer BooleanPredicate APredicatespecialized for primitive boolean values.BooleanUnaryOperator Functional interface describing a method that given abooleanreturns anotherboolean.ByteUnaryOperator Functional interface describing a method that given abytereturns anotherbyte.CharUnaryOperator Functional interface describing a method that given acharreturns anotherchar.FloatUnaryOperator Functional interface describing a method that given afloatreturns anotherfloat.LongBiConsumer Represents an operation that accepts twolong-valued arguments and returns no result.OptionalBoolean AnOptionalspecialized for primitive boolean values.ShortUnaryOperator Functional interface describing a method that given ashortreturns anothershort. -
Classes in com.speedment.common.function used by com.speedment.common.function.collector Class Description ObjBooleanConsumer Represents an operation that accepts an object-valued and aboolean-valued argument, and returns no result.ObjByteConsumer Represents an operation that accepts an object-valued and abyte-valued argument, and returns no result.ObjCharConsumer Represents an operation that accepts an object-valued and achar-valued argument, and returns no result.ObjFloatConsumer Represents an operation that accepts an object-valued and afloat-valued argument, and returns no result.ObjShortConsumer Represents an operation that accepts an object-valued and ashort-valued argument, and returns no result.