toggle menu
BunyipsLib
v8.1.0-master-d40a7c907
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.logic
/
And
And
data
class
And
(
val
a
:
BooleanSupplier
,
val
b
:
BooleanSupplier
)
:
BooleanSupplier
Combines
a
&&
b
while preserving
toString
.
Author
Lucas Bubner, 2025
Since
8.0.0
Members
Constructors
And
Link copied to clipboard
constructor
(
a
:
BooleanSupplier
,
b
:
BooleanSupplier
)
Properties
a
Link copied to clipboard
val
a
:
BooleanSupplier
b
Link copied to clipboard
val
b
:
BooleanSupplier
Functions
get
As
Boolean
Link copied to clipboard
open
override
fun
getAsBoolean
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String